README.md

This commit is contained in:
Russ Olsen 2020-04-16 09:07:08 -04:00
parent c5c8cdfff2
commit d5e5885b0b

View file

@ -6,3 +6,13 @@ name, which
[Michael Nygard suggested](https://twitter.com/mtnygard/status/1249781530219642883)
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
````