minus-squareChrobin@discuss.tchncs.detoProgramming@programming.dev•Let's talk about Ziglinkfedilinkarrow-up11·1 year agoI think the main advantages over C are: better tooling modern syntax by default, pointers must be non-null. You have to specify if you want to use null pointers better exception handling using the functional style of exceptions-as-values There are probably more, but those are the ones I remember. linkfedilink
I think the main advantages over C are:
There are probably more, but those are the ones I remember.