apply function incongruity
Michael Rice <[email protected]>
| Newsgroups | gmane.comp.lang.racket.user,gmane.lisp.scheme.plt |
|---|---|
| Message-ID | <CAGw08vPQWFATdYS3v2B3t=0tFdUuASFG-69Pjrr8+EXAadTHSA@mail.gmail.com> |
Welcome to DrRacket, version 6.7 [3m]. Language: R5RS; memory limit: 128 MB. > (apply and '(#t #t #f #t)) . and: bad syntax in: and > (apply + '(1 2 3)) 6 > (and #t #t #f #t) #f > (+ 1 2 3) 6 Why do they differ? -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/[email protected] For more options, visit https://groups.google.com/d/optout.