Cro: Maintain it With Zig
Cro: Maintain it With Zig
Posted Sep 10, 2021 15:47 UTC (Fri) by rahulsundaram (subscriber, #21946)In reply to: Cro: Maintain it With Zig by excors
Parent article: Cro: Maintain it With Zig
> The language specification is getting more complicated, but programs written in the language can now be simpler and less crufty, which seems like a good tradeoff.
The language itself gains multiple ways of doing things, old old way, old way, new way and since with a large amount of users, you can't drop compatibility, any programmer is likely going to have to learn all the different methods. This is something organizations have tried to tackle by limiting themselves to a subset but that subset is different depending on which codebase you are looking at. With a long history, I am not sure that is an easy problem to solve.
