[PyOpenGL-Devel] Need more comments from scientific community on python-dev

Lisandro Dalcin dalcinl at gmail.com
Sat Nov 4 16:12:01 EST 2006


On 11/4/06, Mike C. Fletcher <mcfletch at vrplumber.com> wrote:
>  We wouldn't be able to get rid
> of the abstraction mechanism entirely, as we would still have data-types
> such as lists-of-lists-of-integers that wouldn't support the protocol.
>

Perhaps this will sound stupid, but I was thinking about extending
some builtin Python types to provide datatype info. A list/tuple is an
array of Python objects, an int/float/complex could return a datatype
upon query. This could be very efficient if some predefined datatypes
were already defined in the C-side. MPI provides predefined datatypes
(MPI_INT, MPI_FLOAT) and new user-defined datatypes are created from
them.


-- 
Lisandro Dalcín
---------------
Centro Internacional de Métodos Computacionales en Ingeniería (CIMEC)
Instituto de Desarrollo Tecnológico para la Industria Química (INTEC)
Consejo Nacional de Investigaciones Científicas y Técnicas (CONICET)
PTLC - Güemes 3450, (3000) Santa Fe, Argentina
Tel/Fax: +54-(0)342-451.1594

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642




More information about the NumPy-Discussion mailing list