rtforth 0.6.8

Forth implemented in Rust for realtime application
Documentation
1
2
3
: bench 0 begin over over > while 1 + repeat drop drop ;
: main 80000000 bench ; 
main bye