← Back to context Comment by Igglyboo 11 years ago Well CPython is an interpreter not a compiler so that's not really hard to do. 1 comment Igglyboo Reply lispm 11 years ago Not exactly. CPython combines a compiler and a bytecode interpreter. It compiles to bytecode, which is then run by the bytecode interpreter.
lispm 11 years ago Not exactly. CPython combines a compiler and a bytecode interpreter. It compiles to bytecode, which is then run by the bytecode interpreter.
Not exactly. CPython combines a compiler and a bytecode interpreter. It compiles to bytecode, which is then run by the bytecode interpreter.