Learning D as main systems programming language

Jakob Ovrum jakobovrum at gmail.com
Wed Jan 8 21:42:43 PST 2014


On Thursday, 9 January 2014 at 03:36:30 UTC, Rikki Cattermole 
wrote:
> You won't have access to the GC so a lot of language features 
> (like slices) are out of the question.

Slices are fine, it's just the slice concatenation operators that 
must be disabled. This is easily accomplished by simply not 
implementing the runtime functions that support them, thus 
causing a linker error if used.


More information about the Digitalmars-d-learn mailing list