57 - EVM
The EVM is a quasi Turing complete machine where the quasi qualification comes from the fact that the computation is intrinsically bounded through a parameter, gas, which limits the total amount of computation done.
EVM is the runtime environment for smart contracts.
- Ethereum Virtual Machine
- Smart Contracts -> Runtime Environment
- Quasi Turing Complete (finite computation)
- Turing Complete -> Gas Bounded Computation