Bakul Shah <bakul(a)bitblocks.com> wrote:
I primarily write code in Go these days and like it a
lot (as
a "better" C) but I am not sure it will have C's longevity.
It still uses a flat shared memory model.
Digital Mars's D flips it around. Everything is thread-local storage
unless you explicitly mark something as shared. This makes a ton
of sense to me.
Arnold