Archives
-
newLISP to get Cilk-style concurrency
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. Submit article
Apr 3rd, 2008 | Filed under ProgrammingTags: concurrency, newlisp







