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: Creating hooks from C


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

> > I'd prefer the name scm_c_define_hook or something for consistency with
> > snarf macros.
> 
> The prefix scm_c_xxx means C version of an existing Scheme primitive
> scm_xxx.  (It has been suggested that scm_c_ be used for everything
> which is not a Scheme primitive.)

I like the prefix scm_c_ if it is a part of Guile's API and is called
with C arguments (not SCM).  Probably I should suggest an updated naming
policy rather than discussing here...

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