On Saturday, September 3, 2016 at 6:56:26 AM UTC-4, Bart Janssens wrote:
>
> When calling a Julia function from C++, I think you always need to box the 
> arguments
>

No, it is possible to avoid this, because you can get a raw C function 
pointer to a Julia function compiled for a particular argument signature. 
 This is what happens for callbacks, for example.

>

Reply via email to