We have lost contact to the maintainers of the following projects on common-lisp.net:
fret
ganelon
innen
erlisp
If you are the original maintainer of any of these, please tell us your current email address or let us know...
Saturday, June 30, 2012
Saturday, June 2, 2012
lparallel - A Parallel Programming Library for Common Lisp
Parallel programming is hard, and as CPUs are getting ever-faster, I
usually tend to find optimizing a single thread of control to be
less risky than dealing with threads, locks and synchronized data
structures....