Universe

A compilation of esoteric languages including for now brainfuck

In pure brainfuck

#import "@preview/esotefy:1.0.0": brainf;

#brainf("++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.");

Into

image

With inputs

#import "@preview/esotefy:1.0.0": brainf;

#brainf("++++++++++++++[->,.<]", inp: "Goodbye World!");

Into

image

I’ve based my implementation from theses documents: