Email list hosting service & mailing list manager

some comments Felix Winkelmann (09 Sep 2004 13:25 UTC)
Re: some comments Andre van Tonder (10 Sep 2004 02:13 UTC)

some comments Felix Winkelmann 09 Sep 2004 13:24 UTC

Hi!

Cool stuff. Very nice indeed.

- Some typos: grep for "<constuctor clause>" and "record type defintion".
- Ref.impl.: It seems `syntax-append' isn't needed; and why is `for-each'
   defined in here?
- I would suggest to allow:

  `(define-record foo)'
  `(define-record foo make-foo)'
     Handy for quickly generating a disjointly typed object,
     the current macro definition loops endlessly on the former expression
     and results in an invalid literal list in the latter.

cheers,
felix