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

https://github.com/vito/pumice

A dialect of the Kernel programming language, in RPython.
https://github.com/vito/pumice

Last synced: 4 months ago
JSON representation

A dialect of the Kernel programming language, in RPython.

Awesome Lists containing this project

README

          

# 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