• skilltheamps@feddit.de
    link
    fedilink
    arrow-up
    28
    arrow-down
    1
    ·
    11 months ago

    I once wrote an interpreter for a subset of the java bytecode in python. The jvm being a stack machine allowed me to store its state in IPFS and reference past states by their hash, i.e. you get a blockchain of execution states. It worked for a hello world program and was slow as fuck.