Hi all,
I’m a bit new to the Julia community, coming more from the Python / NumPy space. I’ve been using Julia internally for a while, and have spun part of my work out into a open-source package I hope to announce soon.
I’m doing some cross-language stuff (notably Julia and JavaScript), so a fair amount of this work is in C. I’d like to be able to define a new Julia function in C itself. Is this possible? I haven’t found good examples of it online.
Cheers,
Irwin