Hacker News new | ask | show | jobs
by levesque 2121 days ago
Now we just need to port all this over to python... or switch to Julia? Which one would take the least amount of effort?
2 comments

Switching to Julia. You can just use PyCall to call all of your old code, so py"\paste" and you're using Pluto is like a 1 minute process. Then you can get fancy later.
You'll also save a lot of effort in future endeavors, IMO. Remember, once you've switched to Julia, Python is still only a `using PyCall` and `pyimport` away!