Hacker News new | ask | show | jobs
by orbat 1362 days ago
Interesting! Sounds somewhat like what the Cairo programming language & VM does https://www.cairo-lang.org; Turing-complete provable computation using a fairly funky "arithmetic" CPU architecture.
1 comments

Yes, like Cairo. In fact I almost applied to a job working with Cairo recently, but I was told someone else had just started it.

It's possible to build more standard CPUs as well which use ordinary arithmetic, logic and memory, at some cost to efficiency. But the cost is almost entirely borne by the prover.