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: Strange behavior in a catch with (and) and (or)


Andrew Ho writes:

   I suspect that this strange behavior is because "and" and "or" are defined
   as macros. However, I'm still mightily confused about why (nullcase ...)
   stops working after calling it once on either of those functions.
   I'm using Guile 1.3 on Solaris x86.

Well it's still there in the current CVS Guile, whatever it is...

guile> (nullcase *)  
1
guile> (nullcase and)
#t
guile> (nullcase *)
#t
guile> (version)
"1.3.5"

Neil

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