Monthly Archives: April 2014

lparallel-2.7.0 released

added the ability to bind multiple values in plet, e.g. (plet ((x 1) ((y z) (values 2 3))) (+ x y z)) ;=> 6 added slet — serial/non-parallel let with the same syntax as plet for binding multiple values various … Continue reading

Posted in Uncategorized | Leave a comment