Go compiler moving from C to Go
Jacob Carlborg
doob at me.com
Fri Dec 20 13:05:13 PST 2013
On 2013-12-20 08:03, Paulo Pinto wrote:
> Even though I rather use D than Go, every time I read that, I am tempted
> to prove people wrong. If I had the time for it, that is.
>
> Go offers the same mechanisms for systems programming as Oberon does. If
> ETHZ was able to create Native Oberon, AOS and EthOS with Oberon, why
> cannot one do an OS with Go?
When developing an OS, for somethings these languages are not enough,
including C, Go and D. You need to use assembly. D has the advantage of
supporting inline assembly.
--
/Jacob Carlborg
More information about the Digitalmars-d
mailing list