From ... From: Erik Naggum Subject: Re: Package literals (Re: Returning functions) Date: 1999/08/14 Message-ID: <3143633104888274@naggum.no>#1/1 X-Deja-AN: 512749601 References: <37B0F612.5FAB4E58@EECS.Berkeley.Edu> <37B2F291.BB510728@citydesktopinc.com> mail-copies-to: never Organization: Naggum Software; +47 8800 8879; +1 510 435 8604; http://www.naggum.no Newsgroups: comp.lang.lisp * Kent M Pitman | I'd be happier with #, than #. but #, is history, now, effectively replaced by LOAD-TIME-VALUE, which means it's probably smart to make a reader macro that re-introduces #, as a LOAD-TIME-VALUE wrapper around the following form, as ' does for QUOTE. #:Erik -- (defun pringles (chips) (loop (pop chips)))