FFIG / ffig

Generate code to call C++ libraries from other languages
MIT License
29 stars 9 forks source link

Add bindings for Julia #421

Open jbcoe opened 6 years ago

jbcoe commented 6 years ago

Julia is a new language designed for scientific programming.

It has a CFFI so should be useable with FFIG.

https://julialang.org https://docs.julialang.org/en/stable/manual/calling-c-and-fortran-code/

jbcoe commented 6 years ago

This is being worked on in the dev-jbcoe-julia branch.