Esolang Interpreters

Esolangs (esoteric programming languages) are programming languages designed to be “weird”. I have finished three esolang interpreters:

brainf*** interpreter: https://gist.github.com/simon-tiger/9479da4c116b85c7a5473a847b8b5ca7

/// (“slashes”) interpreter: https://gist.github.com/simon-tiger/eb42ee462ca7241053f240964b0eb907

befunge interpreter: https://editor.p5js.org/simontiger/sketches/ucLmFBcRv

Our blog entry about esolangs: https://geeksoutofthebox.com/2021/06/03/esolangs/