BetterC Is Not Ready

Jack Stouffer jack at jackstouffer.com
Thu Jun 2 23:01:11 UTC 2022


On Thursday, 2 June 2022 at 20:42:10 UTC, Adam D Ruppe wrote:
> On Thursday, 2 June 2022 at 19:40:49 UTC, Jack Stouffer wrote:
>> It's currently practically impossible to translate existing D 
>> code to use BetterC in a large code base
>
> .....why would you want to do that?

1. Smaller exe files
2. Faster link times
3. Ideally I want to remove a lot of my dependence on the C 
runtime and substitute my own because its quality varies wildly 
from implementation to implementation. It's hard to do that in 
across the app when I'm still using druntime.
4. It's a game, and if it's at all successful I don't look 
forward to having to port druntime to Playstation's OS.


More information about the Digitalmars-d mailing list