On Wed, Nov 11, 2009 at 7:32 PM, Jesse Robinson <[email protected]> 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

Reply via email to