• @stingpie@lemmy.world
    link
    fedilink
    223 months ago

    Hand written assembly is much more powerful than a turing-complete high level language because it lets you fuck up everything. Rust and python are way too wimpy to allow a user to destroy their computer.

      • Rain World: Slugcat Game
        link
        fedilink
        01 month ago

        could have instruction undefined behavior (eg, integer overflow wrap/saturate/trap/explode), and is different on different computers