whitenote
is a whitespace kernel for Jupyter.
Docker image avairable: makiuchid/whitenote
docker run -p 8888:8888 makiuchid/whitenote
Follow the instructions on the screen to access Jupyter lab: http://localhost:8888/lab?token=????????
Ubuntu (focal, jammy), Debian (bullseye):
apt install libzmq3-dev libzmq5
git clone https://github.com/makiuchi-d/whitenote.git
cd whitenote
go install .
jupyter kernelspec install --name=whitenote --user ./kernel
The whitespace interpreter (VM) is provided in the package github.com/makiuchi-d/whitenote/wspace
.
go install github.com/makiuchi-d/whitenote/wspace/cmd/wspace@latest
wspace <file>
Evaluate the file
wspace
Launch an interactive interpreter