this post was submitted on 24 Mar 2024
87 points (100.0% liked)

Comics

424 readers
1 users here now

A community for sharing comics related to programming

Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 8 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 5 months ago

In Ada, integer overflows produce compile time errors unless you create a new data type that is explicitly marked as being allowed to overflow.

Why people think C is better is a mystery.