Weed Wrote: > - Its does not contains garbage collection and > - allows active using of a stack for the objects (as in C++) > - Its uses syntax and a tree of objects taken from the D
Garbage collection can be turned off already, you can get rid of it just by minor modification of druntime, stack allocation is also a minor modification to the compiler, you just need to add syntactical support for it.
