Re: Python-like C++ library

2006-08-25 Thread catalin . marinas
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

Re: Python-like C++ library

2006-08-23 Thread Simon Forman
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

Re: Python-like C++ library

2006-08-23 Thread bearophileHUGS
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

Re: Python-like C++ library

2006-08-23 Thread Cyril Bazin
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

Python-like C++ library

2006-08-23 Thread Will McGugan
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++