Page 1 of 1

PicoBit: Scheme programming language for the ESP32

Posted: Sat Feb 17, 2018 5:24 pm
by turgu1
Hello,

For the last few months, I've developed a Scheme byte code interpreter running on the ESP32 . The Scheme code is compiled to an intermediary very compact byte code that is then integrated with the interpreter ready to burn into flash on the chip. You can find it at the following location: https://github.com/turgu1/picobit

This project is based on the PicoBit scheme compiler and interpreter that was created many years ago by Marc Feeley, Vincent St-Amour and Jim Shargo.

This is still work in progress. Many features remains to be added, but at this point in time, it is robust enough to allow for experiments.

Cheers!

Guy