logoalt Hacker News

wazHFsRytoday at 7:32 AM1 replyview on HN

Does that mean your production code is lean? Or do you translate some other language code to lean to verify it?


Replies

markusdetoday at 1:01 PM

Also a very good question btw, people do both. For some projects Lean is expressive and performant enough to use on its own (or call into using the reverse FFI), other projects use a model of a real programming language like Rust. The disadvantage of the latter is that the Lean model of Rust has to be trusted.