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]

SCM_EOL -- official?


I was trying to construct a list with gh_cons, but had trouble terminating
it.  From looking at the guile source code, it looks like '() is
represented by the constant SCM_EOL.  Is this "official?" (i.e. is it part
of the high-level gh interface and is not likely to change?)  If so, it
should probably be added to the Guile documentation along with the other
official Guile constants (SCM_BOOL_T, etcetera).

Cordially,
Steven G. Johnson