Set lang
Original reddit post by the user qwertyu63, with the original specifications on how the language works.
The '''Set''' language uses only a single command, ''set''. It allows for 52 development variables and 1 system variable. It is ASCII based, so output is in the integer format, and is converted to characters upon ran.
There is currently an online implementation of a '''Set''' interpreter, done in JavaScript. A public GitHub repository also exists, so feel free to contribute.