[Openmcl-devel] threads and special variables
bryan o'connor
bryan-openmcl at lunch.org
Wed Jan 12 14:40:45 PST 2005
> (make-process "test" :initial-bindings '(???))
(let ((p (make-process "test" :initial-bindings '((*var* . 1) (*param*
. 2)))))
(process-preset p #'test)
(process-enable p))
it seems to me that you should be able to do this in one step
using process-run-function, but i think there might be some
funkiness in the arg processing.
but like gary said, this still probably doesn't accomplish what
you want.
...bryan
More information about the Openmcl-devel
mailing list