15 lines
461 B
Markdown
15 lines
461 B
Markdown
|
---
|
||
|
title: jibniz
|
||
|
subtitle: A javascript implementation of the IBNIZ VM
|
||
|
year: "2017"
|
||
|
labels:
|
||
|
repo: flupe/jibniz
|
||
|
license: MIT
|
||
|
---
|
||
|
|
||
|
**jibniz** is a javascript implementation of the IBNIZ virtual machine.
|
||
|
IBNIZ is an esoteric stack-based programming language created by _, in which almost every
|
||
|
instruction is one character long. The code is intended to be ran for each
|
||
|
pixel on a 256x256 screen, at every frame, thus making it possible to produce
|
||
|
animations.
|