[ INQUIRY ]: Full BetterC projects

Mike Parker aldacron at gmail.com
Sat Feb 14 15:55:39 UTC 2026


On Saturday, 14 February 2026 at 12:56:38 UTC, wron wrote:
> Are there any projects dedicated to using only betterC as a 
> better C alternative? Are full C-like projects in the scope of 
> this feature, or is it only good for prototyping, easier C 
> intergration, wasm (maybe more)?

The original intent behind BetterC was to make it easier to 
integrate D modules into existing C projects and easier to port C 
projects to D. But it's 100% possible to go all out with it on a 
full project.

However, that's not how it's intended to be used and ecosystem 
support for it is limited. Going that route, you lose a lot of 
good D features and most of the standard library, and you'll have 
to roll a lot of your own stuff. If you're okay with that, then 
do what you want.


More information about the Digitalmars-d mailing list