First hurdle is getting Julia to run on an ARM processor, see https://github.com/JuliaLang/julia/issues/3134
If Objective-C code has the same ABI as conventional C, then I imagine Julia's ccall's should work the same (http://nbviewer.ipython.org/gist/evanmiller/9022903 looks relevant?). Don't know anything about Cocoa, sorry. On Friday, April 25, 2014 11:12:26 AM UTC-7, ma...@elmalabarista.com wrote: > > Hi, > > I wonder how ready is julia to be used in iOS? For logic only? For call > obj-c/coccoa code? >