Position Independent Source Code. A small, stack-based, concatenative language.
PISC's source and documentation are hosted at https://pisc.junglecoder.com/ . A quick starter can be found at PISC in Y Minutes
PISC requires go 1.9+ to build. Installation instructions here
Once go is installed, you'll (currently) need to run git clone https://github.com/yumaikas/PISC-mirror "$GOPATH/src/pisc"
Running cd $GOPATH/src/pisc && go get -u && go build -o pisc
will fetch depenencies and get you a PISC executable. You can launch a REPL with pisc -i
and play with it there.
PISC has a playground at https://pisc.junglecoder.com/playground/
Running pisc help
will dump out current information about avaiable flags