Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Le C++ vs. Go

Name: Anonymous 2012-07-20 14:52

http://commandcenter.blogspot.ca/2012/06/less-is-exponentially-more.html

But the C++0x talk got me thinking again.  One thing that really bothered me—and I think Ken and Robert as well—was the new C++ memory model with atomic types. It just felt wrong to put such a microscopically-defined set of details into an already over-burdened type system. It also seemed short-sighted, since it's likely that hardware will change significantly in the next decade and it would be unwise to couple the language too tightly to today's hardware.

We returned to our offices after the talk. I started another compilation, turned my chair around to face Robert, and started asking pointed questions. Before the compilation was done, we'd roped Ken in and had decided to do something. We did not want to be writing in C++ forever, and we—me especially—wanted to have concurrency at my fingertips when writing Google code. We also wanted to address the problem of "programming in the large" head on, about which more later.

Name: Anonymous 2012-07-21 19:16

that feel when you thought Go would be a decent C alternative, but then GC and no pointer arithmetic...why even call yourself a systems language?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List