|
|
|
|
|
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. |
|
Now if someone would bother to write a bare metal runtime, Go could follow Oberon's footsteps.