|
|
|
|
|
by nudpiedo
542 days ago
|
|
so if I understand this right, it could be a way to run scheme on esp32 and similar microcontrollers, isn't it? Also its small size would make it a perfect target to compile to typescript/deno/wasm without rejecting the s-exp power and runtime possibilities in its full chicken code at the backend... |
|
A recent paper (see also the presentation on YouTube):
Leonard Oest O'Leary, Mathis Laroche, and Marc Feeley A R4RS Compliant REPL in 7 KB
For systems with a C compiler:
Vincent St-Amour and Marc Feeley. PICOBIT: A Compact Scheme System for Microcontrollers. (This one got a best paper award).
Finally, there is also PICBIT available for PIC microcontrollers:
PICBIT: A Scheme System for the PIC Microcontroller