On 2013-12-31 at 13:50:31 -0700, Craig DeForest wrote: > > Again, I could be missing something but it appears Python still > requires producing a several-file library to link in the simplest of C > programs.
The equivalent to Inline::C in scipy is Weave. Here's an example <http://docs.scipy.org/doc/scipy/reference/tutorial/weave.html#more-examples>. Also, as you can see later in that page, they demonstrate how to use the blitz++ library along with Weave for doing vectorised math <http://blitz.sourceforge.net/>. Cheers, - Zaki Mughal _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
