295
you are viewing a single comment's thread
view the rest of the comments
[-] bitcrafter@programming.dev 1 points 5 days ago

The borrow checker is a lot deeper than merely making pointer use a bit safer; it provides a model for data ownership based on affine types.

Also, to the extent that "Ada requires the programmer to give enough information to the compiler so as to ensure that it actually outputs what you want it to," if I understand you correctly, that is basically true of every language with a static type system. At the extreme end, we have dependently typed languages which essentially let you express arbitrary mathematical propositions in your types and, if the program compiles, then you know that they will always be satisfied without having to do any checks at runtime.

this post was submitted on 21 Jul 2025
295 points (97.7% liked)

Programmer Humor

25282 readers
724 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS