Skip to main content

Search

Items tagged with: lisp


This is interesting but not new. Max Bernstein published two blog post series on implementing Lisp, one on writing an interpreter in OCaml and the other on a compiler in C.

https://bernsteinbear.com/blog/lisp

#lisp #scheme #compilers


Joe Marshall discusses a number of ways of implementing state machines in Common Lisp with and without CLOS, with side effects or pure functions.

http://funcall.blogspot.com/2024/04/state-machines.html

#CommonLisp #clos #lisp


MakerLisp Machine is a Lisp and CP/M single board computer with a 50 MHz eZ80 and up to 16 MB RAM. It runs a Lisp on bare metal system as well as CP/M 2.2. The Lisp dialect is a blend of Common Lisp, Scheme, and C.

How cool is that?

https://www.makerlisp.com

#lisp #sbc #cpm

#lisp #sbc #cpm


The ACM Digital Library now gives free access to the full text of the classic "Anatomy of LISP" by John Allen (McGraw-Hill, 1978). A great historical and practical resource.

https://dl.acm.org/doi/book/10.5555/542865

#lisp #retrocomputing #books


Explorative programming #lisp I'm very much liking a lot of the ideas here. It addresses the hard question of how to help people tackle complicated problems, rather than trying (impossibly) to make all problems simple (and then inevitably getting tied up in workaround knots) https://blog.dziban.net/essays/explorative-programming/
#lisp