Awesome
whitespace-go
A Whitespace interpreter written in Go.
Whitespace is a esoteric programming language made up entirely of spaces, tabs, and newlines.
This interpreter does not have support for subroutines or jumps yet, but will be added soon.
Running locally
Requires Go to build.
git clone https://github.com/samuel-pratt/whitespace-go.git
cd whitespace-go
go build
./whitespace-go hello_world.ws