Re: Paul Graham's Arc is released today... what is the long term impact?
- From: Joost Diepenmaat <joost@xxxxxxxxx>
- Date: Mon, 11 Feb 2008 13:21:41 +0100
rpw3@xxxxxxxx (Rob Warnock) writes:
But here's a really twisted one for those with "dumb" terminals:
Instead of using FN to abbreviate LAMBDA, we can use /. which
kinda looks like a lambda is you squint: ;-}
> (defmacro /. (args &body body) `(lambda ,args ,@body))
/.
> (mapcar (/. (x) (* 3 x)) (iota 5))
I like that; it's short, it looks kinda nice and it's only 2 keystrokes.
Joost.
.
- Follow-Ups:
- References:
- Re: Paul Graham's Arc is released today... what is the long term impact?
- From: John Thingstad
- Re: Paul Graham's Arc is released today... what is the long term impact?
- From: Kent M Pitman
- Re: Paul Graham's Arc is released today... what is the long term impact?
- From: John Thingstad
- Re: Paul Graham's Arc is released today... what is the long term impact?
- From: Rob Warnock
- Re: Paul Graham's Arc is released today... what is the long term impact?
- Prev by Date: Re: Networking with CL
- Next by Date: Re: Qi II preview
- Previous by thread: Re: Paul Graham's Arc is released today... what is the long term impact?
- Next by thread: Re: Paul Graham's Arc is released today... what is the long term impact?
- Index(es):
Relevant Pages
|
Loading