[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
LetRec
- To: BarMar@Think.Com
- Subject: LetRec
- From: James Rice <Rice@SUMEX-AIM.Stanford.EDU>
- Date: Fri, 8 Apr 88 16:16:43 PDT
- Cc: Common-Lisp@Sail.Stanford.EDU
Mmmm, I see what you're getting at. Maybe it's a wimp-out
but how about:
It is an error to use the named structure in the definition
of a letrec variable as an argument to a strict operator
during the evaluation of its definition.
e.g. (letrec ((foo (+ 1 foo))) <---- error
(letrec ((bar (cons 42 bar))) <--- ok.
Rice.
-------