Never before have authors conspired together to make shitty implementations of their own languages!
Ruby: Interpretted AST, shitty garbage collector, any naive attempt at improving performance would do so. Written by a toothless jap who doesn't know anything about programming languages. Rips tonnes of shit off of a perl and does not improve upon them. Chugs memory like a slut chugs cum.
Python: Written by a total asshole who tries to deprive the language of anything useful. Interpretted usually and sometimes JIT compiled (psycho), used by blatant assholes (Bram Cohen). Python's performance is due to extreme naivete on the part of Guido. Chugs memory like a slut chugs cum.
Perl: Evolving over many years and often buggy perl's performance is poor as it Chugs memory like a slut chugs cum. It is designed by multiple people and is actually a pretty original programming language. It is wild and whacky. That said 36 bytes per value sucks and its optimizer sucks and so does its GC.
All 3 languages suffer from a real lack of research with respect to the implementations.
>>8
There is more to pattern matching than is dreamt of in your philosophy, Larry Wall
Name:
Anonymous2007-09-03 17:52 ID:bM9j6ZEQ
>>8
PHP and C have PCRE. Java has a comparable implementation. Python is almost there, only lacking recursivity and conditional subpatterns.
Name:
Anonymous2007-09-03 19:10 ID:4q/yA8y3
Yeah.
I use Python sometimes though because it sucks less than Ruby/Perl.
And PHP5 for webdev shit.
Fuck both of them, C++ is superior.
Name:
Anonymous2007-09-03 19:36 ID:S0gI9P+W
Any language will have its oddities and annoyances that one has to work around. Personally, I rather like Perl and Python. I've never used Ruby. And PHP I tolerate because it's ubiquitous for Linux-based web development.
Name:
Anonymous2007-09-03 21:02 ID:eE0D6gZS
I laugh at the faggot who uses python then goes off to use PHP what a shit stain.
Name:
Anonymous2007-09-03 23:07 ID:NVKS9UDH
I use Python, Haskell, and C. Fuck all the rest.
Name:
Anonymous2007-09-03 23:12 ID:/hJ4ArKc
>>16
fuck python, ONE WORD, FORCED INDENTTATION OF THE CODE, THREAD OVER
Name:
Anonymous2007-09-03 23:54 ID:CeyaEo4r
Lua, for an interpreted language written in C, actually doesn't suck. Maybe that is because the author did "research with respect to the implementations."
>>26
He probably needs to read SICP first, then maybe go back to Lua with his newly achieved mastery. Lua will help in getting things done, but to achieve Satori, Scheme is a shorter path. The fact Lua has the forced tail call optimization by spec will help him.