Brainfuck ….
What’s the first thing that comes into your mind reading this ?? ( I am leaving the list empty ) ..
Well, let me break the suspense ..
Brainfuck is a programming Language ..
From wiki ,
The brainfuck programming language is an esoteric programming language noted for its extreme minimalism. It is a Turing tarpit, designed to challenge and amuse programmers, and is not suitable for practical use. Its name has been variously bowdlerized. The name of the language is generally not capitalized, although it is a proper noun.
How I came across BRAINFUCK :
I came to know about this language through a senior ( Akshay Kothari ) … Infact , our LUG Manipal T-Shirts have a brainfuck code on the backside … Hence , I was determined to learn Brainfuck ..
I started with some basic stuff like Hello World. Then , I started to write a code to display ”BRAINFUCK IS COOL “
Here’s the code :
[sourcecode language="css"]</p>
<p>+++++++++[>+++++++>+++++++++>+++++++>++++++++>+++++++++>++++++++>+++++++++>+++++++>++++++++><br />
++++>++++++++>+++++++++>++++>+++++++>+++++++++>++++++++<<<<<<<<<<<<<<<<-]>+++.>+.>++.>+.>—.><br />
–.>++++.>++++.>+++.>—-.>+.>++.>—-.>++++.>–..>++++.</p>
<p>[/sourcecode]
Next on the list is to probably implement some of the basic programs like Fibonacci , Loops , etc
PS: With brainfuck , I have further increased my knowledge of different languages ..
For more info , WIKI
This entry was posted on Sunday, September 27th, 2009 at 1:40 am and is filed under Computer, Uncategorized. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

