Hi list. Earlier I had a bit of trouble figuring out how to do function construction with dynamic scoping, i.e., what would "normally" be
(de make-adder (N) '((X) (+ X N))) I figured out I could do (de make-adder (N) (list '(X) (list '+ 'X N))) That works, but I was wondering if there was some more readable way to do it. -- Christopher Howard, Computer Assistant Alaska Satellite Internet 3239 La Ree Way, Fairbanks, AK 99709 907-451-0088 or 888-396-5623 (toll free) fax: 888-260-3584 mailto:[email protected] http://www.alaskasatelliteinternet.com -- UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
