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.

Help on elusive CLHS symbol

4 posts · 3678 views

A few weeks back, I stumbled on an interesting entry in the CLHS dictionary. Seems I didn't bookmark it, and I can't for the life of me remember what it was called.

I *think* that what it did was created a set of lexical bindings from a list of symbols. I believe that the description said it could be useful for writing compilers for other languages in CL.

Anyone know what I might have been looking at?

TIA,
gareth
~garethw

Re: Help on elusive CLHS symbol

It was indeed PROGV.

Thank you, both.
~garethw