Skip to content

amirkamil/cs61a_scheme_editor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiScheme Editor

This tool is a web-based, locally-hosted editor and debugger for a variant of the Scheme programming language. It is forked from 61A Scheme.

To run the editor, run the command python3 editor in your terminal. If it does not automatically open the webpage in your browser, navigate to the URL you see in the terminal (e.g. http://127.0.0.1:31415/).

Use python3 editor -f [filenames]... to specify the files to initially open. The files must be in the current directory.

This tool has no dependencies, and requires web access only to load the Glyphicons (all other libraries are self contained).

About

Web-based debugging tool for Scheme, written in Python and JavaScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.3%
  • Python 16.6%
  • Scheme 1.2%
  • Other 0.9%