[Openmcl-devel] threads and special variables

bernard tatin bernard.tatin at tele2.fr
Thu Jan 13 01:50:55 PST 2005


Hello,

There is one thing I really love with Openmcl-devel at clozure.com : Gary 
Byers explications. After reading Gary's explications, you know all 
about the subject.

I found that :
(process-run-function
    (list :name "test" :initial-bindings '((*var* . 1)(*param* . 2)))
     #'test)

is a very nice way to get specific bindings for a thread. And it is 
lighter than make-process/process-preset/process-enable.

Many thanks to Gary and Bryan.

Bernard.




More information about the Openmcl-devel mailing list