bearophile wrote:
In practice on average my small Python programs are less buggy than my small D ones.
One's experience with a particular language can have a very strong influence on how buggy one's code is.
D's type system is also designed for large systems. For small programs, static typing is largely irrelevant.