D Kernel Development

Bill Baxter wbaxter at gmail.com
Thu Nov 12 01:50:07 PST 2009


On Wed, Nov 11, 2009 at 7:32 PM, Jesse Robinson <robgunnatkin at gmail.com> wrote:

> What exactly are the language features I can use at such a lower level? I know OOP stuff is out (or is it?), dynamic arrays, GC, lazy functions, etcetera. So that leaves structs, CTFE, contract programming, mixins, templates, AST macros, basically any compile time features, correct? I'm sure there are a few others I'm missing.

Just FYI, there are no AST macros in D at the moment.  The "macro"
keyword is reserved, but it doesn't yet do anything.

--bb



More information about the Digitalmars-d mailing list