Hacker News new | ask | show | jobs
by the_duke 1759 days ago
The "Go is like C" comparison never made any sense to me.

Go has a sophisticated runtime with transparent N:M threading and built-in concurrency primitives, Interfaces, garbage collection and a large standard library.

Go is only simple when compared to the other languages that sit in a similar space, like Java and C#.

1 comments

C's runtime is UNIX, that is why we got POSIX.