tisdag, juni 10, 2008

Ruby can't be good since I won't bother learning it...

Best quote this whole day, found in http://www.codinghorror.com/blog/archives/001131.html#comments.

If Ruby offered something new I would have learned it fine tbh... its just difficult enough to not be able to "pick up and run with" like almost everything else out there... but honestly, it wouldn't let me do anything I can't already do.

My brain almost exploded reading that.

10 kommentarer:

Robby O'Connor sa...

Hah, amusing. Every language has *SOMETHING* to offer.

Anonym sa...

Wow! I'm not compelled to learn Ruby, but I don't think that it's a failure of the language. Quite the opposite, in fact, I think I'm not right in the head.

Reginald Braithwaite sa...

Well of course he is correct, Alan Turing demonstrated that there is nothing we can do with Ruby that he can't do with Brainf*ck, Malboge, or PHP.

I find that Ruby doesn’t have anything that you can’t find in Scheme or Smalltalk, and there is plenty in either of thoe languages you can’t find in Ruby. The thing about Ruby is its design. But lots of people do not appreciate design. To them, there is a check-list of features and that’s it.

For such a person, VB.NET in Visual Studio on a beige-box PC is equivalent to Ruby in Textmate on a Macbook. Period.

Ron Evans sa...

That is exactly why I no longer follow his blog. I want to expose my mind to things that open it, not close it down.

Also, sorry I missed chatting with you at RailsConf this year... it was too crowded to get near enough to you to talk!

Unknown sa...

@ron, who said it's written in the blog post?

That guy comment is quite weird though, because even his ruby example is wrong. And then he is trying to figure out "how to understand it by reading it" and doesnt "get" the wrong part :)

For and experienced programmer, seeing just "sort" is usually not enough. There has to be the "sorting method", and he does not understand "why is that thing?" :)

made me smile.

Anonym sa...

Reading through the comments of that post yesterday drove me to despair. I'm glad I'm not alone. Thanks, Ola!

Nolan Evans sa...

My lego turing machine can do anything that any computer can do, why should I waste my time learning how to use a computer? ;)
http://mapageweb.umontreal.ca/cousined/lego/5-Machines/Turing/Images/turing_top.jpg

Alien Fisch sa...

Yea, when I saw that post the other day I really started to feel stupid reading those comments.

Why is it so hard for people to go towards the light? The darkness only makes you appear immensely stupid to those bathing in the glory of red beautiful light!

Simon Brunning sa...

He probably knows Python...

;-)

Demon sa...

Regular expression is really wonderful to parsing HTML or matching pattern. I use this a lot when i code. Actually when I learn any new langauge, first of all I first try whether it supports regex or not. I feel ezee when I found that.

http://icfun.blogspot.com/2008/04/ruby-regular-expression-handling.html

Here is about ruby regex. This was posted by me when I first learn ruby regex. So it will be helpfull for New coders.