This commit is contained in:
Miloslav Ciz 2024-09-22 01:02:44 +02:00
parent 8604bfc7c0
commit fb848d51f1
16 changed files with 1947 additions and 1855 deletions

View file

@ -167,7 +167,7 @@ Read two 0-9 numbers (as ASCII digits) and add them:
## Variants
TODO
Brainfuck became an inspiration to a plethora of derivative languages (esolang wiki currently lists over 700) many of which pay homage to their ancestor by including the word *fuck* in the name. Oftentimes we see extensions adding new features or languages that just translate to Brainfuck, i.e. are defined in terms of Brainfuck. Some of notable Brainfuck derivatives include: Fuck (only has a single memory cell), Brainfork (adds [multithreading](multithreading.md) with new command `Y`), [Unary](unary.md) (program source code only uses one character, compiled to BF), Mierda (just replaces the commands with Spanish words), Brainfuck++, Agony etc.
## Making Brainfuck Usable: Defining Macrofucker