Page 1 of 1

development version newLISP v. 8.3.2

Posted: Fri Dec 10, 2004 5:13 pm
by 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/developmen ... -8.3.2.txt for details.

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

Lutz

Posted: Sun Dec 12, 2004 11:58 am
by pjot
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:

Code: Select all

++++++++++[>+>+++>+++++++>++++++++++<<<<-]
>>>++.>+.+++++++..+++.<<++.>+++++++++++++++.
>.+++.------.--------.<<+.<.
Keep those brains working! :-)

Peter