Can i use D for OS develop.
Paul Collier
paching at gmail.com
Thu Aug 16 11:05:22 PDT 2007
knott wrote:
> Hello. Before i start, i must apologize for my poor English.
>
> Can i use D language for OS development(Non-core - user mode devel)?
If you're talking about OS development, there are at least two projects
to write a kernel in D. You can see them at dsource.org. If you're
talking userspace development, I think you'll find that 95% of D
projects already run in userspace ;) If you're talking about something
in the middle, you can always bind D code to C APIs and disable the
garbage collector if needed.
More information about the Digitalmars-d
mailing list