On Thursday, December 4, 2014 9:08:18 PM UTC-5, Tim Holy wrote: > > It's really cool. Have you considered making it a package? Long, long ago > I > wrote this: > https://github.com/timholy/julia-matlab > but I frankly suspect that your MEX solution is simpler. >
I'm plowing through writing long lists of ccalls as I write in preparation for making a package when I have rudimentary marshaling in place. I am familiar with your julia-matlab effort. I don't know that my approach is any simpler, but the primary advantage I was after in mexification was eliminating the requirement to copy data when crossing the matlab/julia threshold. The true, subversive purpose of this effort is to sneak Julia into my organization without my colleagues needing to modify their workflows if they don't want.
