Path: utzoo!mnetor!uunet!seismo!sundc!pitstop!sun!amdcad!ames!pasteur!ucbvax!XV.MIT.EDU!Kevin_Crowston From: Kevin_Crowston@XV.MIT.EDU Newsgroups: comp.sys.xerox Subject: DATE becomes a constant when compiled Message-ID: <0.43520.20995.54699.9677@XV.MIT.EDU> Date: 18 Feb 88 22:30:46 GMT Sender: usenet@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 17 In Lyric, with the CL compiler, (DATE) seems to be treated as a constant. For example, (DEFINEQ (a () (DATE))) Calling a when it's interpreted correctly returns the current date, which is different each time. Now: (CL:COMPILE 'a) Now calling a gives the same answer each time, the time at which a was compiled. Kevin Crowston MIT Sloan School of Management