From r/linux: Which language should i use/learn ?
Chris Wright via Digitalmars-d
digitalmars-d at puremagic.com
Sat Dec 10 14:55:22 PST 2016
It's always a bit weird when people talk about "resources" as a
unification of memory, files, sockets, etc. My programs exist to fill
memory and then push bits of memory around. At least 99% of my "resource"
usage is heap objects. If it gets slightly harder to deal with memory but
utterly trivial to deal with every other type of resource, that's a net
loss.
More information about the Digitalmars-d
mailing list