Skip to content

juliusf/schemePy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

schemePy & Holodeck

Installation Notes

schemePy with the holodeck webfrontend (app.py)requires python version 3.4 to be installed. It does not work with python2.7 or below!

$ python3 --version
Python 3.4.1

Sadly, Debian based software repositories currently only provide binaries for python 3.3. This is enough to run the schemepy repl (repl.py).

If you want to use the webfrontend as well, please install python3.4 from the offical python homepage1. Afterwards you need to install the flask framework for python3:

If you are using an virtualenv

python3 -m pip install flask

otherwise:

sudo python3 -m pip install flask

About

A small Scheme interpreter complete with webfrontend.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published