By jober
via artfulcode.net
Submitted: Apr 03 2008 / 13:14
Multi-processing in newLISP can be a chore. All processes must be directly known to any others that will be accessing shared memory, which must be synchronized using semaphores. A new development release of newLISP (9.3.7) will change all that by adding Cilk-style primitives.
Add your comment