There is another mechanism, which is to use PackageCompiler.jl and export a C function pointer to a Julia function via @cfunction
. You can then call this C function pointer from Python.
@mlxd put together a presentation regarding this approach:
There is another mechanism, which is to use PackageCompiler.jl and export a C function pointer to a Julia function via @cfunction
. You can then call this C function pointer from Python.
@mlxd put together a presentation regarding this approach: