Lambda the Ultimate

inactiveTopic PySTL
started 7/16/2001; 2:14:57 PM - last post 7/23/2001; 12:57:33 PM
Ehud Lamm - PySTL  blueArrow
7/16/2001; 2:14:57 PM (reads: 2068, responses: 1)
PySTL
The PySTL is a Python extension that exposes the C++ STL for use from Python. It brings the speed, the flexibility, and the extensive resources of the STL to a language that is clear, interactive, and dynamic.

The most ineteresting aspect of this is that PySTL is based exposing the STL classes to Python.

The site claims that the PySTL brings together the best of the C++ STL and Python, with a library that is very fast and powerful, and yet easy and quick to use, if anybody used it and has any comments, please share your experience.


Posted to Python by Ehud Lamm on 7/16/01; 2:16:09 PM

Ehud Lamm - Re: PySTL  blueArrow
7/23/2001; 12:57:33 PM (reads: 617, responses: 0)
Combining Python and C++