extending 'import' using 'with'

ketmar via Digitalmars-d digitalmars-d at puremagic.com
Wed Apr 1 06:35:22 PDT 2015


people with Java/C/C++/etc. background tend to forget about the power of 
metaprogramming: they have no such tool at hand, so they don't even think 
about it.

three things that one need to become used of are UFCS (so std.algorighm 
functions chains nicely), lambdas, and metaprogramming. but that has 
downside: when you get used to those, you simply can't get back to Java/C/
C++/etc. anymore, they feels like something from the past age... ;-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20150401/58aa95c7/attachment.sig>


More information about the Digitalmars-d mailing list