You are here |
blog.hakril.net | ||
| | | |
tenthousandmeters.com
|
|
| | | | Have you ever wondered what python does when you run one of your programs? $ python script.py This article opens a series which seeks to answer... | |
| | | |
tenthousandmeters.com
|
|
| | | | We started this series with an overview of the CPython VM. We learned that to run a Python program, CPython first compiles it to bytecode, and we... | |
| | | |
tenthousandmeters.com
|
|
| | | | Consider a simple assignment statement in Python: a = b The meaning of this statement may seem trivial. What we do here is take the value of the... | |
| | | |
nelari.us
|
|
| | The second part of the series implements a full C++ wrapper for C++ functions and classes for Wren's C API. |