N.B. For clarity, this is not my project and nothing to do with me!
this post was submitted on 15 Nov 2023
1 points (100.0% liked)
Lisp
53 readers
3 users here now
founded 1 year ago
MODERATORS
I also accidentally started writing a scheme interpreter when I was writing a debugger for a vm for an IR language. I stopped before getting too far along though (I did some of the fun stuff including a tail recursive interpreter using musttail clang annotation but a full library is quite a bit of work). I plan to just use chibi-scheme instead when I get back to that project.
everyone and their dog has written a scheme