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: Matching parentheses in Guile



> But, how about this small modification:

I like it!  But it's unschemey to use zero as a quiescent value.  You
should use #f.  (I realize this means you don't get the niceties
provided by SCM_OPTION_INTEGER, but that's just implementation...)