This weeks task is to write a piece of code to help perform a daily task more efficiently, for this I decided to write a piece of code for making a cup of tea
function hotWater{kettle + water = fullkettleOn};teabag = in cup;if (sweetening);sugar +=;else(next step);if water = boiled(pour);stir;
I looked into esoteric programming languages for and came across Ook! And brainfuck, brainfuck being the most famous and appearing surprisingly complex despite consisting of only 8 characters > < + – . , [ and ] and was made this way to try and make a language to be able to write the smallest possible compiler. Invented in 1993.
Esoteric programming languages are experimental by design and many are simply jokes however many are still suitable to program in. Find that thing I watched about printing the programs own source code then refer this back to esoteric like HQ9+ where Q prints the programs source code.