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]

(apply and (list #t #f #t))


Sascha Ziemann writes:
 > Hi,
 > 
 > is it intended that this is not possible?
 > 
 > (apply and (list #t #f #t))

Yes.  and isn't a function.  It's a special form.  It doesn't evaluate
all of its arguments.  It only evaluates until hitting a false.

-- 
Harvey J. Stein
Berger Financial Research
hjstein@bfr.co.il