DUB RC 0.9.24-rc.1 ready for testing

wobbles via Digitalmars-d digitalmars-d at puremagic.com
Tue Jul 21 08:36:54 PDT 2015


On Tuesday, 21 July 2015 at 14:59:21 UTC, notna wrote:
[...snip...]
> - make D2 easy2use for "not C++/Java/whatever gurus" again
>   -> all this different "types", which are either required as 
> an input for functions or are returned from those and need to 
> be casted/converted all the time... frustrating for real "new 
> comers"
[...snip...]

Huh? Whats frustrating about it?
It's a statically typed language, there's always going to be 
"types".
We have the 'auto' keyword for type inference though, which 
really makes it feel like a scripting language.
Honestly, the biggest advice I can give to real new-comers is to 
use auto for a while till you get a feel for it.


More information about the Digitalmars-d mailing list