Re: lisp for the nes
Posted: Sat Nov 30, 2013 6:02 pm
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
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