Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in brainfuck

Smallest compiler possible in a turing complete language?

Implementing Control Structures in Brainfuck

Making an if(x==y) statement in Brainfuck

Print text multiple times in Brainfuck

loops brainfuck

Brainfuck compiler in scala

Why does my program keep getting stuck while running the mandelbrot brainf*** program?

How to calculate the sum of 2 numbers with BrainFuck

brainfuck

Implementing Brainfuck loops in an interpreter

interpreter brainfuck

How would one go about testing an interpreter or a compiler?

Making a JIT compiler

c++ jit brainfuck

what does the '~' mean in python? [duplicate]

Handling loops in Brainf*ck

c loops brainfuck

How to read multi digit numbers in brainfuck

math brainfuck

Brainfuck compare 2 numbers as greater than or less than

brainfuck

Printing a number in brainfuck?

brainfuck

Port dos2unix to brainfuck

Compiler C to Brainfuck (for harassing a professor)? [closed]

c decompiler brainfuck

Optimisation for a brainfuck interpreter

How does the Brainfuck Hello World actually work?