from fm01 2005 notes:
multiple processes from Paul Graham's On Lisp
29) question of multiple interpreter processes (convert process-continuation code to step in parallel through such processes) - and attached or unattached environments
also worth noting as examples:
a) chaitin omega/lisp code (and bruno marchal dovetailer stuff in crash dir)
b) Erunticlab alife thing which makes use of a code stepper so that animals/ga things can execute code with pseudo parallelism - defines functions in lisp and registers these with stepper - functions combined and used by animal codelets (eg. go_forward function). look at interface to stepper
c) clm - run macro again in run.lisp
+ that lisp processes need scheduler - again new notion of messy and statistically based scheduler
BUILD whole process and instruction? model from scratch