Re: λ the ultimate showcase

2009-09-10 Thread Ludovic Courtès
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

Re: λ the ultimate showcase

2009-09-10 Thread Neil Jerram
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

Re: λ the ultimate showcase

2009-09-10 Thread Ludovic Courtès
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’.

λ the ultimate showcase

2009-09-10 Thread Ludovic Courtès
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’.