the C++ Standard Library for Python

Tom tom-list at home.com
Fri Jul 6 18:52:38 EDT 2001


"Nick Perkins" <nperkins7 at home.com> wrote in message
news:QIo17.427166$eK2.86457968 at news4.rdc1.on.home.com...
> First impression:
> Very cool!, especially the fact that it seems to play well with python
> iterators.
> (I just need Python 2.2 to take full advantage..)
> It took me about 30 seconds to install and start using it!
> I will definitely be checking this out further.
> ( the website is also excellent )
> good work!

Thanks.

I too am looking forward to Python iterators.  They will make it possible
for me to get the STL algorithms working with Python mappings.  Actually, it
is possible now, but it wouldn't be efficient.

Tom.

> "Tom" <tom-list at home.com> wrote in message
> news:hin17.110546$Mf5.30282205 at news3.rdc1.on.home.com...
> >
> > The core of the C++ Standard Library is now available for Python.  This
> > includes 4 sequence containers, 8 mapping containers, and approximately
60
> > algorithms.  The algorithms can be applied to any of these containers,
or
> to
> > any of the Python built-in sequences.
> >
> > This is an actual C++ standard library, exposed to Python, not a Python
> > implementation of it - so it is all native code.
> >
> > It is being release under a standard Python style license.
> >
> > Please note that this is a beta release.
> >
> > http://www.malcolmson.com/pystl
> >
> > I'll watch this thread for comments and feedback (thanks in advance).
> >
> >
> >
> >
>
>



Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
    ** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------        
                http://www.usenet.com



More information about the Python-list mailing list