Why I like D

Nick Sabalausky a at a.a
Fri Dec 5 07:09:25 PST 2008


"bearophile" <bearophileHUGS at lycos.com> wrote in message 
news:ghb36o$10s1$1 at digitalmars.com...
>
> But the dynamic languages allow you to save time in other ways.

I'd argue that most of those time-saving things are things that have 
absolutely nothing to do with dynamic typing and are perfectly possible with 
static typing. For example, things such as 
function-literals/closures/delegates (with clean syntax), reflection, having 
lots of large helpful libs, and being interpreted or JIT compiled are all 
associated with Python's (and Ruby's) productivity benefits, but none of 
those things even remotely necessitate dynamic typing. 





More information about the Digitalmars-d mailing list