Re: Paul Graham's Arc is released today... what is the long term impact?



På Mon, 11 Feb 2008 06:54:00 +0100, skrev Kent M Pitman <pitman@xxxxxxxxxxx>:

"John Thingstad" <jpthing@xxxxxxxxx> writes:

As for using λ for lambda. I'd just use a modify the reader syntax.
But following Rob Warnock's £ readmacro syntax idea.

Typo: should be $ readmacro.


British-pounds-sterling-sign readmacro? (That's what I see in my Emacs
newsreader.)

(mapcar λ(format "~A:~A" λ1 λ2) list)

Here, by contrast, I see lambdas.

But I'm curious: how does the nesting of this macro work? What does

(lambda (x)
(lambda (y z)
(f x y z)))

look like in this shorthand format?


λ(λ1 λ(f λ1 λ2 λ3))

--------------
John Thingstad
.



Relevant Pages


Loading