Python-like C++ library

Cyril Bazin cyril.bazin at info.unicaen.fr
Wed Aug 23 10:55:24 EDT 2006


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/

Cyril

On 23 Aug 2006 07:19:42 -0700, Will McGugan <will at willmcgugan.com> 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 clarify, Im not looking to interface C++ with Python in any way,
> just to emulate the strings / containers / slicing etc. I did google
> for it but my search terms were too vague...
>
> Thanks in advance,
>
> Will McGugan
> --
> http://www.willmcgugan.com
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20060823/b1af23a2/attachment.html>


More information about the Python-list mailing list