project-ideas icon indicating copy to clipboard operation
project-ideas copied to clipboard

BetterC runtime

Open burner opened this issue 5 years ago • 5 comments

BetterC is a subset of D which limits the feature set of D, s.t. it's even easier to migrate from C as no Garbage Collection (GC) is used anymore. While, this feature is popular for some projects, `-betterC` today means still means a severe restriction in the amount of D features available (see the BetterC specification). This project is about making more parts of the D runtime betterC-compatible. For example, classes could be allocated with reference-counting instead of using the GC.

burner avatar May 11 '19 13:05 burner