[Openmcl-devel] EVAL-ENQUEUE

Ron Garret ron at flownet.com
Mon Jan 5 00:18:49 PST 2015


Subject line kinda says it all.  I want to make a file that creates a package and sets the value of *package* to that package when I load the file.  The problem is that LOAD binds *package* so (setf *package* …) doesn’t work.  In the dim and distant past CCL had a function called EVAL-ENQUEUE that would take a form and enqueue it for evaluation at the top level as if that form had been typed in to the REPL.  In the GUI this functionality seems to exist as gui::eval-in-listener.  Is there an equivalent function that works without the GUI?

Thanks,
rg




More information about the Openmcl-devel mailing list