Find a file
2020-04-16 09:07:08 -04:00
sallyforth Added start up file execution, configurable prompt. 2020-04-16 09:04:06 -04:00
.gitignore Initial commit 2020-04-14 12:06:48 -04:00
LICENSE Initial commit 2020-04-14 12:06:48 -04:00
README.md README.md 2020-04-16 09:07:08 -04:00

SallyForth: A simple Forth-like language implemented in Python.

SallyForth is a simple hobby implementation of the FORTH programming language. Possibly the most interesting thing about SallyForth is the name, which Michael Nygard suggested as a name for a FORTH implementation at exactly the same time that I happened to be writing this code.

Running SallyForth

SallyForth is writting in Python 3 and will happily run with either the standard C Python implementation or Pypy. To run SallyForth just kick off the sallyforth.py file:

$ python sallyforth/sallyforth.py