Y
Hacker News
new
|
ask
|
show
|
jobs
by
ivirshup
2550 days ago
I love Julia, but feel the interop story could use some work. If I want to have my python package depend on some Julia code, how easy is that? Last time I checked (a few months ago), it was pretty difficult.
1 comments
ChrisRackauckas
2550 days ago
You can get it done with a little bit of user interaction:
https://github.com/JuliaDiffEq/diffeqpy
link