Guile Mailing List Archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

Guile Home | Main Index | Thread Index