Hacker News new | ask | show | jobs
by dfischer 1989 days ago
Similarly down this path I found Factor. A different approach but supports backtracking. https://factorcode.org/
1 comments

I'm familiar with factor. The thing about factor is that its execution semantics depend on execution order (i.e. imperative), which makes it impractical / unsafe to allow clients to provide verifiers with an optimal execution order for verifying a contract.