Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!orstcs!mist!rpandey From: rpandey@mist.CS.ORST.EDU (Rajeev Pandey) Newsgroups: comp.lang.lisp Subject: Let and Gensym question Message-ID: <11486@orstcs.CS.ORST.EDU> Date: 4 Jul 89 00:22:48 GMT Sender: usenet@orstcs.CS.ORST.EDU Reply-To: rpandey@mist.CS.ORST.EDU (Rajeev Pandey) Organization: Oregon State Univ. -- Computer Science Lines: 29 I have this problem that I encountered while using Kyoto Common Lisp. If I try to use a let and a gensym together like: (defun whatever () (let ((var (gensym))) : : I get an error (function var is unbound). I do the same thing in Tek Common Lisp, or Franz Lisp, and I have no problems......... Could someone please post some way to do this without going to real ugly code in KCL ? (Am I doing something wrong?) Thanx much, -------- Dept. of Computer Science | Rajeev "Raju" Pandey Computer Science Bldg. 100 | Oregon State University | Internet: rpandey@cs.orst.edu Corvallis, OR 97331-3902 | UUCP: tektronix!orstcs!rpandey (503) 754-3273 U.S.A. | UUCP: hplabs!hp-pcd!orstcs!rpandey -------- Dept. of Computer Science | Rajeev "Raju" Pandey Computer Science Bldg. 100 | Oregon State University | Internet: rpandey@cs.orst.edu Corvallis, OR 97331-3902 | UUCP: tektronix!orstcs!rpandey (503) 754-3273 U.S.A. | UUCP: hplabs!hp-pcd!orstcs!rpandey