This repository is home to various esoteric programming languages that weren't big enough to get their own repositories.
A Turing tarpit with a looping construct, integer math, and a single accumulator.
Github | Try It Online | Origins
A 2D language that involves moving bits around a playfield: picture a cross between ><> and Bitwise Cyclic Tag.
Github | Esolangs wiki | Try It Online | JavaScript intepreter
A language that uses exceptions for control flow, inspired by the ?
operator from Whython.
Github | Attempt This Online | Origins
Each line of code is a loop, which can be shortened or lengthened to achieve control flow.
Github | Esolangs wiki | JavaScript intepreter | Origins
Generate strings using regular expression syntax.
Github | Attempt This Online | Replit
A toy language inspired by BASIC.
Github | Try It Online | Origins
A minimalist Lisp dialect with a fairly decent standard library.