Will McGugan wrote:
> I'm forced to use C++ and STL at work, and consequently miss the ease
> of use of Python. 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.
Not copying Python but it h
Will McGugan wrote:
> Hi folks,
>
> I'm forced to use C++ and STL at work, and consequently miss the ease
> of use of Python. 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 clarif
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
Look at boost and boost.python . In your case, bosst.python seems more interesting, but you take a look at boost it may help you at work... http://www.boost.org/
http://www.boost.org/libs/python/doc/CyrilOn 23 Aug 2006 07:19:42 -0700, Will McGugan <[EMAIL PROTECTED]
> wrote:Hi folks,I'm forced to
Hi folks,
I'm forced to use C++ and STL at work, and consequently miss the ease
of use of Python. 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++