Subject: Re: Dynamic bindings and lightweight processes
From: Erik Naggum <erik@naggum.no>
Date: 2000/03/03
Newsgroups: comp.lang.lisp
Message-ID: <3161072346725257@naggum.no>

* "Simon Katz" <skatz@nomistech.com>
| What's really going on here?

  the special bindings of a process are re-bound during the context switch.

  (however, if you don't _bind_ special variables in such a multiprocessing
  environment, only set it, this mechanism is defeated.)

| How do other Lisps that support lightweight processes compare?

  they seem to do the same thing all over the place.

#:Erik