SCXX: basic ideas
Thin C++ layer on top of the Python C API
Each Python type (number, tuple, list, ...) is represented as a C++ class
The resulting code is quite close to Python
SCXX objects performs reference counting automatically