Skip to content

Initial Prerelease

Pre-release
Pre-release
Compare
Choose a tag to compare
@kim366 kim366 released this 24 Aug 06:41

The API is fully usable including variable, struct an array manipulation, calling functions with parameters and getting results. Non-const references and pointers to Julia values can be requested and used to communicate between the languages.

Known bugs

  • Arrays may not be alive if they are not used the very next jl:: call. This has to do with the garbage collector working too early.