Hacker News new | ask | show | jobs
by kescobo 866 days ago
Calling 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.

1 comments

I 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.