Speedups in regular expressions, bugfixes, a new commandline option, 3 new functions and manual chapter about lexical scoping with default functions.
See http://newlisp.org/downloads/development/CHANGES-8.3.2.txt for details.
For files see here: http://newlisp.org/downloads/development/
Lutz
For those people who like masochistic programming, I've put together a Brainf*** interpreter in newLisp:
http://www.turtle.dds.nl/newlisp/bf.lsp
Requires newLisp 8.3.2 to run.
A "hello world" in Brainf*** looks like this:
++++++++++[>+>+++>+++++++>++++++++++<<<<-]
>>>++.>+.+++++++..+++.<<++.>+++++++++++++++.
>.+++.------.--------.<<+.<.
Keep those brains working! :-)
Peter