Python-like C++ library

bearophileHUGS at lycos.com bearophileHUGS at lycos.com
Wed Aug 23 12:30:01 EDT 2006


Will McGugan:
> I was wondering if there was a C++ library that
> implemented the fundamental objects of Python as close as possible,
> perhaps using STL underneath the hood.
> Too clarify, Im not looking to interface C++ with Python in any way,
> just to emulate the strings / containers / slicing etc.

Maybe you can use the ShedSkin libraries, it maps Python to C++:
http://shedskin.sourceforge.net/

EasySTL is unrelated to Python, but you may find it useful:
http://userpages.umbc.edu/~bcorfm1/software.html

Bye,
bearophile




More information about the Python-list mailing list