jibniz

A javascript implementation of the IBNIZ VM

jibniz is a javascript implementation of the IBNIZ virtual machine. IBNIZ is an esoteric stack-based programming language created by viznut, in which every instruction is one character long. The code is intended to be ran for each pixel on a 256x256 screen, at every frame — making it possible to produce animations and interactive demos.

Limitations