[ prog / sol / mona ]

prog


Scheme R4RS implementations

1 2021-09-23 00:35

What are the most popular R4RS implementations? I want to use R4RS. It is less bloated than R5RS.

2 2021-09-23 11:58

If you care about bloat, write your own interpreter or fork and strip and existing one.

3 2021-09-23 13:44 *

>>2
I was thinking this as well, but did not speak up.

4 2021-09-23 14:37

"Scheme 9 from Empty Space" is an R4RS Scheme implementation that is in the public domain.

There is also a book that explains its source code: "Scheme 9 from Empty Space: A Guide to Implementing Scheme in C" by Nils M. Holm.

https://t3x.org/s9fes/
https://t3x.org/s9book/

5 2021-09-24 02:50

You could write your own implementation based on the material presented in "Lisp in Small Pieces" by Christian Queinnec.

6


VIP:

do not edit these