This repo is an experiment with hiding code from one programming language inside of another. It started as a joke about steganography and the whitespace language.
You'll probably want a whitespace interpreter to play around.
hello.go
is your standard hello world program written in golang, but the
whitespace describes a different program.
go run hello.go
whitespace hello.go
html/index.html
contains a Polymer TO-DO list app, which works in a modern web
browser, but the whitespace describes a fibonacci number calculator.
- From
html
directory, runbower update
to install web components docker-compose up
and navigate tohttp://localhost
(or wherever)curl localhost > todo.html; whitespace todo.html
nodejs/figlet.js
reads text from stdin and uses figlet to render the input
using figlet fonts, but the whitespace code counts to 10.
npm install figlet
node figlet.js
whitespace figlet.js