Discussion on "Why I no longer recommend Julia" by Yuri Vishnevsky

Thank you for sharing this post. It very clearly illustrates de limitations of Numba. However, by lloking at its github, it seems that numba is seeing active development

My problem with Plots.jl is that the promise of one interface to multiple backends is a bit unfulfilled. If you want more advanced options, you always have to deal with the fact that not all backends support the same features and you might have to use backend specific options via extra_kwargs. I would rather use one of the backends directly. For me that is PyPlot, but I might move to Makie in the future.

6 Likes