Re: Relative merits of Lisp-1 vs. Lisp-2?
- From: Ron Garret <rNOSPAMon@xxxxxxxxxxx>
- Date: Tue, 30 May 2006 19:17:21 -0700
In article <1149023839.682144.169540@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
JesusWaffle@xxxxxxxxx wrote:
For Lisp-2:
* Can't accidentially shadow function names (especially important for
safe non-hygienic macros)
To be strictly correct: you can't shadow function names with
lambda-binding. You can still shadow them using flet (but as a result,
accidental shadowing is very rare).
rg
.
- References:
- Relative merits of Lisp-1 vs. Lisp-2?
- From: JesusWaffle
- Relative merits of Lisp-1 vs. Lisp-2?
- Prev by Date: Re: Just can't hear enough about Cells?
- Next by Date: Re: organizing lisp code
- Previous by thread: Re: Relative merits of Lisp-1 vs. Lisp-2?
- Next by thread: Easy migration of SBCL/SLIME from Linux to OS X Intel?
- Index(es):