[Numpy-discussion] Proposed Roadmap Overview

Sturla Molden sturla at molden.no
Fri Feb 17 22:25:14 EST 2012


> 
> How about a different variation. How many people writing Python would happily give up the following:
> 
> 1) lists
> 2) dictionaries
> 3) default types
> 4) classes
> 5) automatic dellocation of memory
> 

1) std::vector
2) std::unordered_map
3) auto
4) class
5) std::shared_ptr


Sturla







More information about the NumPy-Discussion mailing list