cl-future
Cl-future is a simple way to achieve parallelism for common lisp on multiprocessor shared memory Unix machines.

It provides a "future" macro that can be used to fork a child process to evaluate an expression in parallel.

Cl-future requires the most recent version of Osicat. For that reason, we recommend you use repo-install to install it.

The git repository is located at git://github.com/jpalmucci/cl-future.git.


Topics: concurrency