guile-devel
[Top][All Lists]
Advanced

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

λ the ultimate showcase


From: Ludovic Courtès
Subject: λ the ultimate showcase
Date: Thu, 10 Sep 2009 17:40:48 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

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’.





reply via email to

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