Answers for "brainfuck coding"

46

brainfuck

LEAVE IT. JUST RUN. R U N
Posted by: Guest on March-21-2021
6

brainfuck

Bro just dont
Posted by: Guest on May-25-2021
35

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
2

brainfuck syntax

++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.
Posted by: Guest on November-17-2020
0

Brainfuck

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

brainfuck

->++++++++++[>++++++++[>]<[>>[>]<+++++++++[-<+]->>-]+[-<+]->-]
#Initializes a certain number of "64"s to make writing characters easier

>
> ++
> +++++ +++++ +++++ +++
> +
> +++++ ++++
> +++++ +++++ ++++
> +++++ +
> +++++ +++++ +++++ +++++ +
> +++
> +++++ +++++ +
> ----- ----- ----- ----- ----- ----- -

# Adds to the first few bytes to set them to be characters, then subtracts to make the "!"

+[-<+]->>>
[.>]
Posted by: Guest on May-29-2021

Browse Popular Code Answers by Language