Can D be used for operating system development ?

max haughton maxhaton at gmail.com
Thu Jun 2 21:21:05 UTC 2022


On Thursday, 2 June 2022 at 20:36:59 UTC, Jakob Jenkov wrote:
> Is it feasible / practical to use D to develop an operating 
> system from the ground up? Or does the VM / memory management 
> get in the way?

There are some features you might want to avoid but if you look 
at the instructions the compiler generates you can see that you 
can do basically anything.


More information about the Digitalmars-d mailing list