Jason Nordwick <nordwick@graft.xcf.berkeley.edu> wrote:
+---------------
| Rob Warnock <rpw3@rigden.engr.sgi.com> wrote:
| : R4RS says, "It is no longer specified whether the empty list
| : counts as true...
|
| hmmm.. this doesnt appear to be true:
| it seems like it is more explicit than anything else saying that
| '() => #f
|
| here's the cut:
| ... Except for #f, all standard Scheme values,
| including ... the empty list ... count as true.
+---------------
Uh, did you typo? That reads to me as '() => #t
-Rob