HackerTrans
TopNewTrendsCommentsPastAskShowJobs

DoubleDecoded

no profile record

Submissions

LM/LSTS inference-injected garbage collection programming language

medium.com
1 points·by DoubleDecoded·पिछला माह·0 comments

Most Opcodes Are Typesafe If Memory Is Infinite

andrewjohnson4.substack.com
2 points·by DoubleDecoded·2 वर्ष पहले·0 comments

Show HN: A Tiny Compiler for a Tiny Functional Language

github.com
8 points·by DoubleDecoded·2 वर्ष पहले·0 comments

comments

DoubleDecoded
·2 वर्ष पहले·discuss
Thanks for showing Register state and flags. Is this all instructions?
DoubleDecoded
·2 वर्ष पहले·discuss
"could break the guarantees" is a weak guarantee then.
DoubleDecoded
·2 वर्ष पहले·discuss
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.