Home

Awesome

baudelaire-whitespace

Some time ago, I wrote a program in the esoteric programming language Whitespace. It didn't do anything useful, but even so, I thought it was a pity that it wasn't exactly convenient to run it.

To fix that, I created a REST "web service" using AWS Lambda and API Gateway, and also an HTML/JS client for it, so that the program can be run (and be useless) more conveniently.

Overview

This repository is pretty much a 1:1 replica of the repository baudelaire-brainfuck. After writing the original baudelaire program in brainfuck, I later created a Whitespace equivalent; that means that the program baudelaire.ws behaves the same as baudelaire.b, and as a result the AWS Lambda wrapper and the frontend clients work exactly the same as in baudelaire-brainfuck.

Since everything in this repository is almost the same as in baudelaire-brainfuck, you can read the description there for context and more details. I'll add just a few notes: