Page 2 of 2

Re: lisp for the nes

Posted: Sat Nov 30, 2013 6:02 pm
by erana
NOTE : this is another Lisp project, another compiler written in Objective-C.

The following Lisp code can now be compiled :

(if (+ 200 300 100) (+ 1 2) 3)
(if 1 x 2)
(+ x 20 30)
(setq x 33)
(setf x (1 2 3))

A windows port (using gnustep) is also available.

6502 and ARM targets are fully operational for the above code.

I will now try to port it to the SNES.

Project site is : https://code.google.com/p/arm-lisp

Re: lisp for the nes

Posted: Sun Dec 08, 2013 10:56 am
by erana
There is support for SNES (65816). The output is the same as for NES for now, but the target exists, see the version 0.2.73 download at https://code.google.com/p/arm-lisp

git is not up to date for now.