whitenote - The whitespace kernel for Jupyter
whitenote
is a whitespace kernel for Jupyter.
Install
Required libraries
Ubuntu (focal, jammy), Debian (bullseye):
apt install libzmq3-dev libzmq5
Build and install
go install .
jupyter kernelspec install --name=whitenote --user ./kernel
Whitespace interpreter
The whitespace interpreter (VM) is provided in the package github.com/makiuchi-d/whitenote/wspace
.
REPL binary
Install
go install github.com/makiuchi-d/whitenote/wspace/cmd/wspace@latest
Usage
wspace <file>
Evaluate the file
wspace
Launch an interactive interpreter