[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
LABELS vs. local defines.
- To: bccvax!t-discussion@YALE.ARPA
- Subject: LABELS vs. local defines.
- From: linus!ramsdell@Mitre-Bedford
- From: linus!ramsdell%UUCP@YALE.ARPA (John D. Ramsdell)
- Date: Mon ,18 Mar 85 19:36:55 EDT
- Date: Mon, 18 Mar 85 15:45:08 est
Thank you Kent. It is all clear now. Another interesting example
of the difference between the two styles of define is:
In T:
(let ((shared-by-a-and-b (compute-stuff)))
(define (a ...) ... shared-by-a-and-b ...)
(define (b ...) ... shared-by-a-and-b ...))
In A&S Scheme:
???? I give up.
John