Hacker News new | ask | show | jobs
by klibertp 3965 days ago
Why? Go seems like a reasonable choice here: it's much, much safer by default than C and much, much simpler than C++. I mean memory safety, mostly. To me it seems that Go is actually much better suited for things like these than for webapps that some people use it to write.
2 comments

Not only that, it follows the Inferno model, just that Go has a native compiler instead of a VM like Limbo has.

Now if someone would bother to write a bare metal runtime, Go could follow Oberon's footsteps.

Agreed, although I think Rust would be even better.