- 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-parallellet
with the same syntax asplet
for binding multiple values - various optimizations
lparallel-2.7.0 released
This entry was posted in Uncategorized. Bookmark the permalink.