Bradrico Rigg
May 10, 2022

Julia needs a project management tool like Rust's cargo. We attempted to port a huge C ML library to Julia it failed because project management was nigh impossible. We ended up keeping most of the C code and called it using unsafe methods from Rust. We were even able to call Julia from Rust. Try doing a 500 method unit test in Julia. Trivial in Rust.

No responses yet