newLISP Fan Club

Forum => newLISP newS => Topic started by: Lutz on December 10, 2004, 09:13:02 AM

Title: development version newLISP v. 8.3.2
Post by: Lutz on December 10, 2004, 09:13:02 AM
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
Title:
Post by: pjot on December 12, 2004, 03:58:55 AM
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