Google
×
Jun 15, 2023 · I was going to tackle "Programming in Scheme" by Michael Eisenberg and was wondering if anyone had a recommendation on an interpreter/compiler they would use.
Dec 28, 2020 · I want to start learning to implement lisp (specifically scheme) myself, so as to eventually work up to being able to hack on the interpreter I'm using.
Mar 23, 2019 · When you actually want to start developing stuff I would go with Chez/Chicken/Guile or you can try Racket. Chez is incredibly solid and fast.
Jun 20, 2020 · I've enjoyed using Gauche scheme and it runs quite well on Windows, as well as Linux and Mac.
Oct 14, 2022 · My plan is to work my way trough Structure and Interpretation of Computer Programs that uses MIT Scheme. However, that one seems quite outdated ...
May 4, 2016 · Looking for an interpreter written in scheme. (For learning.) My eventual goal is to write a self-hosting compiler for a toy language that looks ...
Aug 7, 2024 · SKINT is a small (10K lines of C code) interpreter for R7RS Scheme. It features direct threaded code VM that is faster than traditional byte ...
Jul 16, 2020 · I have several Schemes running well on Arm64, including Chibi, Gauche, Gambit, and Guile. These run nicely on my Lenovo Chromebook with Linux, ...
Sep 27, 2020 · Is there anywhere on the internet some set of small tests for Scheme interpreter? E.g. to test compatibility with some version of standard or ...
Oct 1, 2021 · Is there a full blown scheme (MIT?) interpreter / compiler : DSL written in Common Lisp?