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.

Reply via email to