I have seen examples of the Brainfuck language, but it's very strange and then I started thinking: What use does the language have?
|
5
|
|||||||||||||
|
|
|
Brainf*ck is my tool of choice to answer simple homework programming questions that did not specify a programming language. A great tool to have a perfectly viable answer more difficult to understand than the original question. For example (real one): Student on the wrong mailing list:
Me being a playful insomniac that day:
|
||||||||||||||||||
|
|
|
It`s a Turing tarpit. |
|||
|
|
|
|
To fuck up your brain.. |
||||||
|
|
|
Brainfuck is one of the smallest imaginable languages that is Turing-complete. That is, it can be proven that anything that can be computed on the computers we know today can be computed with Brainfuck. This is a slightly mind-boggling but also purifying revelation. Also, it is an fun language to write a compiler as small as possible for. If I recall correctly, my x86 assembly one was 250 bytes when compiled. |
||||||||||||||||
|
|
|
To challenge yourself! There are a bunch of languages -- Malboge, Brainf*ck, Whitespace, Unlambda -- where the goal is to make even simple coding tasks a brain-stretching challenge. |
||||
|
|
|
The use of brainf*ck is to demonstrate how simple (as in lack of syntax etc. - not as in easy to use) a language can be while still being turing complete. |
||
|
|
|
|
Having just tried my 1st one, I have to say its to completely kill off any synapses you had left after working all day polishing off a bottle of red wine. GREAT FUN! :-) |
|||
|
|
|
|
The wikipedia page on BrainF*ck is fairly informative on this matter.
|
||||||||||||
|
|
|
It's designed to be esoteric and to make people ask questions like this. |
||||
|
