Quote:
Originally Posted by Best Coder 2014
What kind of drugs are you on?
|
I like them, it's great when I only have to read through a short header file to use a colleagues code than to scroll over a wall of text or see the API through some IDE specific UI feature.
Quote:
|
There's still some abominations in the D std lib, IMO, for instance:
|
I have reached that part in my life where this doesn't look insanely horrible and I am saddened by this fact.
Quote:
|
Like Bauss said, it's easy to turn off the GC in D. The hard part is using the standard library / language features without a GC (arrays/slices, strings, etc. all use the GC)
|
That sounds absolutely horrible, maybe if there is a way to compile the "stl" without GC like boost without exceptions? Without their standard features, turning off the GC sounds like buying a high power rifle just to shoot yourself in the testicles.
Quote:
The alias thing is super nice, the rest, not impressed. Not saying it's not good, just nothing that I would switch to D for from C++ in actual production.