Re: More questions about exported symbols and general style.
- From: Bill Atkins <not-a-real-email-address@xxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 27 Dec 2006 15:55:42 -0500
"Pillsy" <pillsbury@xxxxxxxxx> writes:
Bill Atkins wrote:
"Pillsy" <pillsbury@xxxxxxxxx> writes:
I have considered this argument. I almost never use AIF, ACOND and the
like, but I do have various function-creating macros inspired by /On
Lisp/, like
(fn (+ $1 $2)) => (lambda ($1 $2) (+ $1 $2))
Ewww.
I had no idea people would hate that so much. I guess I know now why I
don't see more of it. :^)
For playing around at the REPL, that's a pretty useful macro, but I
would get a little uncomfortable if I saw that in actual source code.
YMMV, I guess.
.
- References:
- More questions about exported symbols and general style.
- From: Pillsy
- Re: More questions about exported symbols and general style.
- From: Zach Beane
- Re: More questions about exported symbols and general style.
- From: Pillsy
- Re: More questions about exported symbols and general style.
- From: Bill Atkins
- Re: More questions about exported symbols and general style.
- From: Pillsy
- More questions about exported symbols and general style.
- Prev by Date: how to write a ''multiple characters' macro character' ?
- Next by Date: Re: More questions about exported symbols and general style.
- Previous by thread: Re: More questions about exported symbols and general style.
- Next by thread: Re: More questions about exported symbols and general style.
- Index(es):
Relevant Pages
|
|