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
lisp for the nes
Moderator: Moderators
Re: lisp for the nes
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.
git is not up to date for now.