nimjl
nimjl copied to clipboard
A bridge between Nim-lang and Julia !
It's very useful to debug
Would be pretty cool to support Windows even if WSL is a superior solution IMHO.
The goal would be to able to execute Nim code from Julia. Probably need : * https://github.com/JuliaInterop/Cxx.jl * Maybe https://github.com/JuliaInterop/Clang.jl ? The use of https://github.com/treeform/genny to export C-API callable from...
**Summary** Nimjl crashes when trying to get Julia version from a different architecture toolchain. **Description** I want to cross-compile a program for an aarch64 target on an x86 host. I...