Tue, 01 Dec 2009 17:11:26 -0300, Leandro Lucarella wrote:

> And again, judging from experience, I don't know why, but I really have
> a very small bug count when using Python. I don't work with huge teams
> of crappy programmers (which I think is the scenario that D tries to
> cover), that can be a reason ;)

The lack of type annotations at least removes all typing bugs. Your brain 
has more processing power for the task at hand since you don't need to 
concentrate on trivial type issues. Testing the code and writing 
prototypes in the repl basically eliminates all bugs. At least so they 
say.

Reply via email to