←back to thread

311 points melodyogonna | 1 comments | | HN request time: 0s | source
Show context
Cynddl ◴[] No.45137883[source]
Anyone knows what Mojo is doing that Julia cannot do? I appreciate that Julia is currently limited by its ecosystem (although it does interface nicely with Python), but I don't see how Mojo is any better then.
replies(8): >>45137977 #>>45137999 #>>45138029 #>>45138039 #>>45138393 #>>45138420 #>>45138513 #>>45143187 #
bobajeff ◴[] No.45143187[source]
I've looked into making Python modules with Julia and it doesn't look like that is very well supported right now. Where as it's a core feature of Mojo.
replies(1): >>45143720 #
dunefox ◴[] No.45143720[source]
Shouldn't something like this work? https://github.com/JuliaPy/PythonCall.jl
replies(1): >>45144282 #
1. bobajeff ◴[] No.45144282[source]
That might work but can't seem to find much information on using it to create a pip installable module though.