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 -- http://mail.python.org/mailman/listinfo/python-list