this post was submitted on 15 Jul 2025
458 points (94.9% liked)

Programmer Humor

37235 readers
11 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] balsoft@lemmy.ml 15 points 3 days ago* (last edited 3 days ago) (1 children)

You kid, but Idris2 documentation literally proposes almost this exact impl: https://idris2.readthedocs.io/en/latest/tutorial/typesfuns.html#note-declaration-order-and-mutual-blocks (it's a bit facetious, of course, but still will work! the actual impl in the language is a lot more boring: https://github.com/idris-lang/Idris2/blob/main/libs/base/Data/Integral.idr)

[–] myotheraccount@lemmy.world 3 points 2 days ago (1 children)

I hadn't seen Idris2. Thank you for providing me with a new rabbit hole!

[–] balsoft@lemmy.ml 3 points 2 days ago

I'm glad to tell more people about it. It's really quite amazing (I could write a somewhat complex algorithm and prove some properties about it in a couple afternoons, despite limited formal verification experience) and I'm sure that in 20 odd years the ideas behind it will make it into mainstream languages, just as with ML/Haskell.