Cool, thanks. I stand corrected there! Have I missed something else important? Is there an equivalent to PP that handles bookkeeping for you?
Cheers, Craig On Dec 31, 2013, at 2:09 PM, Zakariyya Mughal <[email protected]> wrote: > 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 > _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
