MACHINE CODE SO I CAN PROGRAM IN ANY COMPILABLE LANGUAGE
Name:
Anonymous2009-03-08 18:17
HASKELL SO I COULD WRITE FACS AND FIBS FOR THE REST OF MY LIFE
Name:
Anonymous2009-03-08 18:19
Python.
Name:
Anonymous2009-03-08 18:28
The Algorithmic Language of LOVE
♥♥♥♥♥
:)
Name:
Anonymous2009-03-08 19:03
Java,
Honestly.
Trolling aside, Java is very fun and easy to program in. It is nearly impossible to have bad style and poor implementations become obvious immediately such that they can be remedied before further damage is done. A Java programmer is a happy programmer and I for one, would prefer to be happy for the rest of my life.
Yes, I love having my code forcefully indented...Guido...S&M...etc
Name:
Anonymous2009-03-08 19:36
>>36
Read over >>1 until you realize what >>56 is saying.
Name:
Anonymous2009-03-08 19:37
☆(´∀`)★
Name:
Anonymous2009-03-08 19:43
>>54
preg_replace("/s\/Java\/python\/g/","PHP") and you're right.
Name:
Anonymous2009-03-08 20:26
>>57
I love how in PHP, the "" are already there to delimit the string, but you still have to write delimiters INSIDE the string.
Name:
Anonymous2009-03-08 20:30
>>58
It's for global modifiers jackass. Better that they just conform to the spec and have one of its many reasons be redundant than make up their own shitty way to do it.
Name:
Anonymous2009-03-08 20:31
>>58
Because you also have to supply pattern flags after the pattern.
Name:
Anonymous2009-03-08 20:52
>>58
I love how in PHP the mysql_escape_string are already there to escape the string, but you still have to mysql_real_escape_string INSIDE the string.
Name:
Anonymous2009-03-08 21:44
I love how in PHP the get_magic_quotes_gpc are already there to add the character escapes, but you still have to add the character escapes INSIDE the string.