Thread
Stories related to "Coq to Rust program extraction" across the full archive.
Rust for C++ programmers - part 3: primitive types and operators
(featherweightmusings.blogspot.com)
The author writes:
> "This is the web site for a textbook about practical engineering with the Coq proof assistant. The focus is on building programs with proofs of correctness, using dependent types and scripted proof automation.
> "I'm following an unusual philosophy in this book, so it may ...
I used the C and Rust tags since that seemed closest to D. I hope this hasn't misled anyone.
Category theory pops up here occasionally. This is the first language I found designed for it.
Rust's Type System is Turing-Complete: an exploration of type-level programming in Rust
(sdleffler.github.io)