[TUHS] PDP-11 legacy, C, and modern architectures

arnold at skeeve.com arnold at skeeve.com
Wed Jun 27 16:10:34 AEST 2018


Bakul Shah <bakul at 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



More information about the TUHS mailing list