Subject: Re: Package literals (Re: Returning functions)
From: Erik Naggum <erik@naggum.no>
Date: 1999/08/14
Newsgroups: comp.lang.lisp
Message-ID: <3143633104888274@naggum.no>

* Kent M Pitman <pitman@world.std.com>
| 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)))