Skip to content

vito/pumice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running

For a excruciatingly slow interpreter, you can just run main.py with Python.

It's recommended though that you use PyPy to compile to a native executable, which is much much faster.

brew install pypy
hg clone https://bitbucket.org/pypy/pypy $PYPY
export PYTHONPATH=.
pypy $PYPY/pypy/translator/goal/translate.py pumice/main.py
./pumice-c

About

A dialect of the Kernel programming language, in RPython.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages