I note here some useful references for a scheme interpreter - A framework to create performant VM (here for Lua, but should work for Schem) https://sillycross.github.io/2022/11/22/2022-11-22/index.html - Ribbit scheme (a minimal scheme VM which seems reasonably fast) https://github.com/udem-dlteam/ribbit
I note here some useful references for a scheme interpreter