Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in brainfuck

How to print numbers from 1 to 10 using a loop in Brainfuck? Is it even possible?

What's wrong with my brainfuck parser code?

Finding out if a number in a cell is even or odd

algorithm brainfuck

Cannot figure out if statement

brainfuck

Brainfuck interpreter misbehaving

java brainfuck

Hello, World! in Brainfuck

brainfuck

Print characters in brainfuck

input char brainfuck

Python Brainf*** – Bugs on while loops

python brainfuck

How can I check if two cells are equal in brainf*ck?

Can you create a programming language with just one symbol?

Code for multiplying two one digit numbers in Brainfuck

brainfuck

How to write if else statements in Brainfuck

if-statement brainfuck

Source for simple programs in Brainfuck? [closed]

resources brainfuck

Creating a Brainfuck parser, whats the best method of parsing loop operators?

parsing loops brainfuck

Efficient implementation of while loop in brainfuck

Of which things should I take care if I'm using unboxed type (like Int#) in Haskell / GHC?

Infinite Counting Loop in Brainfuck

Turing-completeness of a modified version of Brainfuck

brainfuck computability

Brainfuck interpreter in Nimrod

C to brainfuck compiler?

c brainfuck