Hacker News new | ask | show | jobs
by aeonik 974 days ago
Have you looked into Idris2 at all. While looking into these theorum provers, it always felt like they had an impedance mismatch with normal programming.

Idris2 portends to a general purpose language that also has a more advanced type system for the theorum proving.

https://github.com/idris-lang/Idris2

1 comments

That's interesting; no I wasn't aware of it. Will check it out sometime, thanks.