This is a read-only archive of lispforum.com. The forum was locked to new users and posts and is preserved here as static HTML from a database snapshot taken on 2019-09-07.

what is the #. syntax for ?

2 posts · 1649 views

Re: what is the #. syntax for ?

#. evaluates the next form immediately as it is read (in the reader). The reader returns the result of the evaluation instead of the form itself. It's useful when a form can't be strictly constant, because it's environmentally dependent, for instance, but yet you want it constant after it's read.
Cheers, Dave
Slowly but surely the world is finding Lisp. http://www.findinglisp.com/blog/