gforth

ANS Forth language interpreter and compiler implementation

brewmacoslinux
Try with needOr install directly
Source

About

Implementation of the ANS Forth language

Commands

gforthgforth-fast

Examples

Start interactive Forth REPL session$ gforth
Execute a Forth script file$ gforth script.fs
Run Forth code from command line$ gforth -e "10 20 + . bye"