Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Trendy no more? (Score 1) 65

I don't know enough about Ruby to say anything positive or negative about it. I was just commenting on Python because that's what I know - it's just funny to hear people moan and whine about similar things, which I've heard re. Python. And the quote "Ruby adds nothing to the existing languages" is harsh, C certainly got slapped around in its early days. Who needs to get slapped around more now and kicked off the bus (or at least charged for taking up two seats) is Java.

Comment Re:Trendy no more? (Score 1) 65

Python is a great language aside from the whitespace.

But did you know you can add braces using the future module?

Next major release of Python will include braces, so you can get ready by doing this in your code:

>>> from __future__ import braces

Comment Re:Trendy no more? (Score 1) 65

You are more likely to "shoot yourself in the foot" so to speak and code can get unmanageable.

In short given too much flexibility you can make the language so different than the norm. 10 people with 10 different styles writing Ruby code on a 2+ year project...come back after a 6 month break take a look and you got a big mess on your hands :) Style guides help there but still.

Bottom line and not just ruby avoid getting "cute" with the language. I got berated by a college prof. because I thought it was a good idea in C++ to overload the ++, -- operators on a stack class to do push and pop! He asked sarcastically why stop with just ++ and --?

Comment Re:How about we use statistics rather than anecdot (Score 1) 961

Well 1,270 were made between 2004-2007 and 604 were sold in the U.S.

So just looking at the four people who died in the U.S. (that I know of): 2 in the accident with Paul Walker and 2 in the 2006 crash out of 604 cars that's pretty high. Also not everyone can afford $500k+ car, those who do tend to be known in some fashion.

These cars are temperamental, twitchy, and unsafe maybe one of the reasons Porsche stopped making them. If you want a fast Porsche get the 991 Turbo S, albeit not as pretty.

Slashdot Top Deals

No man is an island if he's on at least one mailing list.

Working...