On 1/27/20 2:03 PM, Marc Chantreux wrote:
> hello,
>
> On Mon, Jan 27, 2020 at 12:30:51AM +0100, Arne Babenhauserheide wrote:
>> Did you try it?
> i never seen λ used in the documentation or code so what i actually
> wrote a macro:
>     (define-syntax λ
>       (syntax-rules ()
>         ((λ sign ...)
>          (lambda sign ...))))
>
> i just removed it and the code is still working. thanks a lot.
>
> marc
>
The thing is, it does not work in Geiser in Emacs.

It does work in normal program code, but if you use the REPL all the
time, it becomes annoying. It looks very neat though.

Regards,
Zelphir


Reply via email to