←back to thread

634 points david927 | 1 comments | | HN request time: 0.291s | source

What are you working on? Any new ideas that you're thinking about?
1. DoubleDecoded ◴[] No.41344816[source]
https://github.com/andrew-johnson-4/lambda-mountain

Working on verifiable correctness for programs written in LM or anything that generates annotated assembly. Basically low-level proofs that accessed memory is valid and live or that function pre/post-conditions are met.

The goal is that these proofs are compiler agnostic, so more people can use them.