Coq Compiler Projects
-
Hi all, Coq is a "proof assistant" that allows you to write both code and proofs in the same language (thanks to the Curry–Howard correspondence). Its uses range from pure math (e.g., the Feit–Thompson theorem was proven in Coq!) to reasoning about programming languages (e.g., proving the soundness of a type system) to writing verified code (e.g., this verified C compiler!). You can "extract" your code (without the proofs) to OCaml/Haskell/Scheme for running it in production. Coq is awesome, but it's known for having a steep learning curve (it's based on type theory, which is a foundational system of mathematics). It took me several years to become proficient in it. I wanted to help people pick it up faster than I did, so I wrote this introductory tutorial. Hope you find it useful!
-
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Coq Compiler related posts
- Ask HN: Can the same individual accomplish more with programming than proofs?
- Lol
- Two Mechanisations of WebAssembly 1.0
- Writing a Fuzzer for NES Games
- Multicore OCaml: September 2021, effect handlers will be in OCaml 5.0
- Coverage Is Not Strongly Correlated with Test Suite Effectiveness
- What are real world examples of dependent types signficant improving security or productivity?
Index
Are you hiring? Post a new remote job listing for free.