Abdulaziz Ghuloum wrote:
Since #7 is a definition, it cannot come after an expression.

It can in a top-level body.  (Plus in my other proposal today I
propose to remove this restriction for other bodies as well.)

The occurrence of MAC is a red herring
because the exact same answer can be given for:

#1# (define VAR 1)
#2# (set! VAR 1)
#3# (list 1)
#4# (MAC)
#5# (define VAR (lambda () 1))
#6# (set! VAR (lambda () 1))
#7# (define-syntax MAC ...)

I don't understand your point.
--
        --Per Bothner
[EMAIL PROTECTED]   http://per.bothner.com/

_______________________________________________
r6rs-discuss mailing list
[email protected]
http://lists.r6rs.org/cgi-bin/mailman/listinfo/r6rs-discuss

Reply via email to