8 ms·
Julia is an example of a dynamic language that is fast. I would like to see Mojo and Julia compared for interoperability with Python.
by chalst 3y ago
Julia is an example of a dynamic language that is fast. I would like to see Mojo and Julia compared for interoperability with Python.
- kescobo 3y agoCalling julia code from python or python code from julia is relatively straightforward. I haven't spent much time doing the former, but love the ergonomics of the later with PythonCall.jl and CondaPkg.jl to manage python dependencies. The syntax is just totally different though.
- chalst 3y agoI would hesitate to say Julia has better support for Python interoperability, since I haven’t tried out Mojo’s support, but this interoperability is a goal of Mojo.