Friday, March 3, 2017

Hardest Programming Language 'Brain Fuck'

                    Brainfuck

This language is a difficult as the name suggests. Brainfuck was invented by Urban Müller in 1993, in an attempt to make a language for which he could write the smallest possible compiler for the Amiga OS, version 2.0.

Brainfuck operates on an array of memory cells, also referred to as the tape, each initially set to zero. There are only 8 commands in the language

____________________________________
The 8 Commands are ><+-.,[]
____________________________________

A simple ‘Hello world’ code looks like the below image....

No comments:

Post a Comment