Hacker News new | ask | show | jobs
by pktgen 4487 days ago
Go is advertised as a systems language but certain things like the lack of manual memory management say otherwise.
1 comments

Before there was C, there was Pascal. You didn't have malloc in Pascal. At ETH Zurich the standard OS was written in Oberon: it ran directly on the hardware with a garbage collector collecting everything.