l...@gnu.org (Ludovic Courtès) writes:

> Hey,
>
> Now that we have Unicode, let’s not put it to good use!
>
>   (define-syntax λ
>     (syntax-rules ()
>       ((_ formals body ...)
>        (lambda formals body ...))))

Can it be overridden?  Just in case someone writes an algorithm where
they'd really like to have λ as a variable?

(In other words, I guess, can define-syntax things in general be
overridden?)

> Should ‘boot-9.scm’ provide this macro?

If the answer to the above is Yes, definitely.

     Neil


Reply via email to