acatalepsie/content/projects/jibniz/index.markdown

15 lines
461 B
Markdown
Raw Normal View History

2020-06-13 16:22:47 +00:00
---
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.