A compilation of esoteric languages including for now brainfuck
In pure brainfuck
#import "@preview/esotefy:1.0.0": brainf;
#brainf("++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.");
Into
With inputs
#import "@preview/esotefy:1.0.0": brainf;
#brainf("++++++++++++++[->,.<]", inp: "Goodbye World!");
Into
I’ve based my implementation from theses documents: