mirror of
https://github.com/russolsen/sallyforth
synced 2024-11-16 19:48:49 +01:00
README.md
This commit is contained in:
parent
c5c8cdfff2
commit
d5e5885b0b
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -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
|
||||
````
|
||||
|
|
Loading…
Reference in a new issue