Announcement
Collapse
No announcement yet.
i want a murc shoe
Collapse
X
-
-
-
It's a programming language called Brainfu*k (written by Urban Müller, the Amiga guys should know this name) with exactly eight commands:
+ Increment value under pointer
- Decrement value under pointer
> Increment pointer
< Decrement pointer
[ Loop while value under pointer is nonzero
] End of loop
, Read character from input into pointer
. Output value under pointer to screen
The output of this masterpiece (ehm) is "Hello World"
If you wanna read more: http://home.planet.nl/~faase009/Ha_BF.html
And if you wanna see (or not) something really strange, then give "WhiteSpace" a try
Most modern programming languages do not consider white space characters (spaces, tabs and newlines) syntax, ignoring them, as if they weren't there. We consider this to be a gross injustice to these perfectly friendly members of the character set. Should they be ignored, just because they are invisible? Whitespace is a language that seeks to redress the balance. Any non whitespace characters are ignored; only spaces, tabs and newlines are considered syntax.
Rakido"Women don't want to hear a man's opinion, they just want to hear their opinion in a deeper voice."
Comment
Comment