On Sat, Apr 5, 2014 at 6:03 PM, Fernando Perez <
fpere...@gmail.com> wrote:
>
> On Sat, Apr 5, 2014 at 6:02 AM, Stefan Karpinski <
ste...@karpinski.org>
> wrote:
>>
>> Once all the details get ironed out and this becomes standard thing to do,
>> this seems to me like it is going to be kind of a big deal
>
>
> ya think? This is *awesome* in so many ways... Thanks so much for all the
> amazing work!
Indeed, this is way more than "kind of a big deal".
This is a necessary step in order to be able to write reusable
libraries in Julia, that can be called from other languages.
One can in principle call Python from C++ as well, I've done it myself
using Cython many times, but it's not very robust in practice.
So these days I prefer to just write things in C++ or Fortran directly
and only create high level wrappers in Python. Julia might change this
a lot.
Ondrej