[Numpy-discussion] Proposed Roadmap Overview

Robert Kern robert.kern at gmail.com
Sat Feb 18 06:25:26 EST 2012


On Sat, Feb 18, 2012 at 04:54, Charles R Harris
<charlesr.harris at gmail.com> wrote:

> I found this , which references 0mq (used by ipython) as an example of a C++
> library with a C interface. It seems enums can have different sizes in
> C/C++, so that is something to watch.

One of the ways they manage to do this is by scrupulously avoiding
exceptions even in the internal, never-touches-C zone.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
  -- Umberto Eco



More information about the NumPy-Discussion mailing list