Neil Jerram writes:
> 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?
Yes. In the end i
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
l...@gnu.org (Ludovic Courtès) writes:
> Now that we have Unicode, let’s not put it to good use!
Someone must have tampered with my message. Of course, it should read
“let’s put it to good use”.
Ludo’.
Hey,
Now that we have Unicode, let’s not put it to good use!
(define-syntax λ
(syntax-rules ()
((_ formals body ...)
(lambda formals body ...
Should ‘boot-9.scm’ provide this macro?
Ludo’.