Skip to content

Releases: kim366/Juliapp

Fix noexcept and constness

24 Aug 09:29
Compare
Choose a tag to compare
Pre-release

Could probably add more const-correctness to jl::value`

Initial Prerelease

24 Aug 06:41
Compare
Choose a tag to compare
Initial Prerelease Pre-release
Pre-release

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.