Top "Brainfuck" questions

Brainfuck (bf) is an esoteric, Turing-complete programming language famous for its minimalistic, eight-character syntax.

How does the Brainfuck Hello World actually work?

Someone sent this to me and claimed it is a hello world in Brainfuck (and I hope so...) ++++++++++[>+++++++>++++++++++&…

brainfuck esoteric-languages
Source for simple programs in Brainfuck?

Is there a source where I can get multiple simple programs like addition, factorial, fibonacci and others for the brainfuck …

resources brainfuck
C to brainfuck compiler?

I have a basic program in C that I wish to convert to the language brainfsck but cannot find anything …

c brainfuck
How to calculate the sum of 2 numbers with BrainFuck

I'm trying to write a program with BrainFuck that can read two numbers up to 9, calculate the sum of them …

brainfuck
Compiler C to Brainfuck (for harassing a professor)?

A professor of mine has said he'll accept homework assignments in any language we'd care to use. I'm on good …

c decompiler brainfuck