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.
- Host: GitHub
- URL: https://github.com/vito/pumice
- Owner: vito
- License: bsd-3-clause
- Created: 2011-09-22T17:36:45.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-09-24T21:00:44.000Z (almost 15 years ago)
- Last Synced: 2025-04-11T16:32:29.542Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 113 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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