This is the mail archive of the guile@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: gh_enter reconsidered



> Yes I know people might call scm_cons() before they call gh_enter(),
> they might do it now, they might do a lot of things, big deal.

Well, honestly, I see Guile as a library that does a lot of things.  I
do think you should be able to call gh_cons and gh_append and all that
jazz wherever you like.  Requiring people to do those things only in
the context of a gh_enter call is ugly.  At least the grotesquery
required for a traditional init function is hidden inside.