development version newLISP v. 8.3.2

Started by Lutz, December 10, 2004, 09:13:02 AM

Previous topic - Next topic

Lutz

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">http://newlisp.org/downloads/developmen ... -8.3.2.txt">http://newlisp.org/downloads/development/CHANGES-8.3.2.txt for details.



For files see here: http://newlisp.org/downloads/development/">http://newlisp.org/downloads/development/



Lutz

pjot

#1
For those people who like masochistic programming, I've put together a Brainf*** interpreter in newLisp:



http://www.turtle.dds.nl/newlisp/bf.lsp">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