guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Logo proposal


From: Marc Chantreux
Subject: Re: Logo proposal
Date: Mon, 27 Jan 2020 14:03:03 +0100
User-agent: Mutt/1.10.1 (2018-07-13)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]