development version newLISP v. 8.3.2

Notices and updates
Locked
Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

development version newLISP v. 8.3.2

Post 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

pjot
Posts: 733
Joined: Thu Feb 26, 2004 10:19 pm
Location: The Hague, The Netherlands
Contact:

Post 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

Locked