[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
LetRec?
- To: James Rice <Rice@sumex-aim.stanford.edu>
- Subject: LetRec?
- From: Barry Margolin <barmar@Think.COM>
- Date: Fri, 8 Apr 88 15:02 EDT
- Cc: Common-Lisp@sail.stanford.edu
- In-reply-to: <12388852434.13.RICE@SUMEX-AIM.Stanford.EDU>
Date: Fri, 8 Apr 88 10:18:58 PDT
From: James Rice <Rice@sumex-aim.stanford.edu>
Is there a good reason why this was omitted from CL?
It wasn't. It is caled LABELS. It only supports function binding (like
FLET), but that is the only case where the distinction between LETREC
and LET* is useful.
- References:
- LetRec?
- From: James Rice <Rice@SUMEX-AIM.Stanford.EDU>