[Openmcl-devel] #. expansion
dave at synergy.org
dave at synergy.org
Tue Jun 1 18:00:58 PDT 2021
If I compile a file as follows:
(defconstant x 1)
And then attempt to use #.x to place the integer value into subsequent
forms, I get an unbound variable x error.
In my code I use x to declaim types, as well as :type forms in
defclass/defstruct, etc. I suspect attempting to use #.x in a deftype form
would also fail.
How does one do this? It works in sbcl, but that doesn't mean I am using #.
Correctly.
Thanks,.
Dave
More information about the Openmcl-devel
mailing list