Answers for "uses of brainfuck"

46

what is brainfuck for

Brainfuck is a language that is meant to be extremely small and turing complete, although it has no practical uses right now it can be easily adapted to any language you can think of
Posted by: Guest on May-10-2020
4

brainfuck

++++++++[>++++++++<-]>[-<++>]<-----     schreibt die Zahl 123 in die erste Zelle
 >[-]++++++++[>[-]<[->+<]>-]<<<<<<<<<    Löschen der nächsten Zellen
 [->+<]>[>+<-<+>]>[>>>>>[->+<]>+<<<<<    der eigentliche Code
 ++++++++++<[->>+<-[>>>]>[[<+>-]>+>>]
 <<<<<]>[-]>[-<<+>>]>[-<<+>>]<<]>>>>>
 [<<<<+++++++[-<+++++++>]<-[<+>-]<.[-
 ]>>>>>>[-<+>]<-]<<<<<<<
Posted by: Guest on May-24-2021
3

Brainfuck

RUN FOR YOUR LIVES. IT'S NOT SAFE HERE!
Posted by: Guest on July-01-2021

Browse Popular Code Answers by Language