An open API service indexing awesome lists of open source software.

https://github.com/benjaminaaron/jsschemeinterpreter

A scheme interpreter in JavaScript with a visualization of the memory and a tree for the call hierarchy.
https://github.com/benjaminaaron/jsschemeinterpreter

Last synced: 29 days ago
JSON representation

A scheme interpreter in JavaScript with a visualization of the memory and a tree for the call hierarchy.

Awesome Lists containing this project

README

        

# JsSchemeInterpreter
A scheme interpreter in JavaScript with a visualization of the memory and a tree for the call hierarchy.

This is just at the very beginning at the moment. Much more work needs to be done... eventually :)