This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: deeper constification


Mikael Djurfeldt <mdj@mdj.nada.kth.se> writes:

> Clark McGrew <mcgrew@ale.physics.sunysb.edu> writes:
> 
> > set-cdr!            vector-set!
> > scm_set_cdr_x       scm_vector_set_x
> > SCM_SET_CDR	    SCM_SET_VECTOR
> 
> I buy this.
> 
>   SCM_SET_VECTOR
> 
>   SCM_VECTOR
> 
> This may not be the greatest choice of names...

it should be SCM_VECTOR_ELEMENT/SCM_SET_VECTOR_ELEMENT.  which is too
much to type, so I guess we are back to SCM_VELT/SCM_SET_VELT.

ho hum.

-- 
All ITS machines now have hardware for a new machine instruction --
SETS
Set to Self.
Please update your programs.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]