About Julia, you can interoperate with Python using PyCall.jl. I still find it funny that due to Python ecosystem being so big and popular in various fields, we have to resort to call Python library coded in C/C++/Fortran/Rust from our X language. It creates a funny loop on the number of language used in your stack.
About Julia, you can interoperate with Python using PyCall.jl. I still find it funny that due to Python ecosystem being so big and popular in various fields, we have to resort to call Python library coded in C/C++/Fortran/Rust from our X language. It creates a funny loop on the number of language used in your stack.
That looks interesting! I didn’t dig deep enough on Julia, thought it is useful to list potential choices if other people interested.
Yeah, the Python phenomenon is very interesting. It feels almost like serve as a high-level API interface for doing anything.