Pico8Lisp: A toy Lisp interpreter for PICO-8
lexaloffle.com
Pico8Lisp: A toy Lisp interpreter for PICO-8
1–10 of 18 posts
Re: Pico8Lisp: A toy Lisp interpreter for PICO-8
#2Implementing a toy Lisp is a great exercise, a meta circular evaluator is a great way to see how simple an implementation of Lisp can be... but to do anything serious with Lisp requires a serious implementation.
and if you want to do the simple types of exercises shown in this example to play with Lisp, you can do them just as easily in a real Lisp, and you'll get better tools for correcting errors.
Re: Pico8Lisp: A toy Lisp interpreter for PICO-8
#3Re: Pico8Lisp: A toy Lisp interpreter for PICO-8
#4HN loves the toy Lisps. I don't understand what this is good for. Implementing a toy Lisp is a great exercise, a meta circular evaluator is a great way to see how simple an implementation of Lisp can be... but to do anything serious with Lisp requires a serious implementation. and if you want to do the simple types of exercises shown in this example to play with Lisp, you can do them just as easily in a real Lisp, an…
Re: Pico8Lisp: A toy Lisp interpreter for PICO-8
#5HN loves the toy Lisps. I don't understand what this is good for. Implementing a toy Lisp is a great exercise, a meta circular evaluator is a great way to see how simple an implementation of Lisp can be... but to do anything serious with Lisp requires a serious implementation. and if you want to do the simple types of exercises shown in this example to play with Lisp, you can do them just as easily in a real Lisp, an…
Re: Pico8Lisp: A toy Lisp interpreter for PICO-8
#6HN loves the toy Lisps. I don't understand what this is good for. Implementing a toy Lisp is a great exercise, a meta circular evaluator is a great way to see how simple an implementation of Lisp can be... but to do anything serious with Lisp requires a serious implementation. and if you want to do the simple types of exercises shown in this example to play with Lisp, you can do them just as easily in a real Lisp, an…
http://www.softwarepreservation.org/projects/LISP/book/LISP%...
Once I get the state model fixed up, I was planning on writing some simple games. Perhaps snake or pong.
Re: Pico8Lisp: A toy Lisp interpreter for PICO-8
#7HN loves the toy Lisps. I don't understand what this is good for. Implementing a toy Lisp is a great exercise, a meta circular evaluator is a great way to see how simple an implementation of Lisp can be... but to do anything serious with Lisp requires a serious implementation. and if you want to do the simple types of exercises shown in this example to play with Lisp, you can do them just as easily in a real Lisp, an…
Re: Pico8Lisp: A toy Lisp interpreter for PICO-8
#8HN loves the toy Lisps. I don't understand what this is good for. Implementing a toy Lisp is a great exercise, a meta circular evaluator is a great way to see how simple an implementation of Lisp can be... but to do anything serious with Lisp requires a serious implementation. and if you want to do the simple types of exercises shown in this example to play with Lisp, you can do them just as easily in a real Lisp, an…