25
Tech Talk / Re: Lolcode
« on: November 06, 2011, 12:12:31 am »I love IRP!LOL xDactually, while it is fairly unintuitive to look at, it is one of the most intuitive to a computer languages possible.
http://es.wikipedia.org/wiki/Brainfuck The most unnatural and anti-intuitive programming code EVER.
"Hello world!" example:
++++++++++
[ Loop to initialize memories (repeates 10 times)
>+++++++>++++++++++>+++++++++++>+++>+<<<<<-
70 100 110 30 10
]
>++. imprime 'H' (72) 1
>>+. imprime 'o' (111) 3
---. 'l' (108) 3
<---. 'a' (97) 2
>>++. espacio (32) 4
<+. 'm' (109) 3
++++++++. 'u' (117) 3
-------. 'n' (110) 3
<+++. 'd' (100) 2
>+. 'o' (111) 3
>+. '!' (33) 4
>. nuevalĂnea (10) 5
lolcode, despite the funny theme is actually a pretty good language. it takes everything i like about python and nothing i dont like.
this however, is the best language ever:
http://esoteric.voxelperfect.net/wiki/IRP
However using a pool of human brains isn't the best way to deal with big problems...
( but I actually use IRP-like applications to get rid of tough problem
