A *><> interpreter written in Go. *><> is a language derrived from ><>.
Install golang. To install or update starfish on your system, run:
go install github.com/redstarcoder/go-starfish/cmd/starfish
$ starfish -h
Usage: starfish [args] <file>
-c output the codebox each tick
-code string
execute the script supplied in 'code'
-h display this help message
-i value
set the initial stack (ex: '"Example" 10 "stack"')
-m run like the fishlanguage.com interpreter
-s output the stack each tick
-t duration
time to sleep between ticks (ex: 100ms)
- redstarcoder wrote this library.