My experience with Lean 4 for general programming
quamserena.com·17h·
Discuss: Hacker News
🦀Rust Compiler Internals
Preview
Report Post

I am currently looking for a job! If you’re hiring a new grad in 2026 for for Rust, TypeScript, or React, feel free to shoot me an email at serena (at) quamserena.com.

Lean is a proof assistant used in formalizing mathematics. You can write proofs in Lean code, and then the computer can verify that the mathematical proof is certainly true. While mathematics is its primary domain, it’s also a programming language — at its core, Lean is a fully-fledged, mostly self-hosted, pure functional language, with all of the theorem proving machinery built on top. What’s cool about this is that you can write your algorithm in Lean, and then also prove that it is correct in Lean — you don’t need to hop into a different language or environment to do that. While Lean is well-established within…

Similar Posts

Loading similar posts...