|
|
|
|
|
by Tarrosion
1527 days ago
|
|
Julia (and the Gadfly package, which it's worth noting is not a standard library or anything like that) have come a long way since 2014. JuMP too. Julia was indeed "not ready" in 2014; it wasn't anywhere near the 1.0 release. We're now on the 1.7.x releases: stable and guaranteed backward compatible since 1.0, and a lot of quality of life improvements between 1.0 and 1.7, including much faster compilation. If I'm solving an optimization problem for personal curiosity, a blog post, etc., JuMP is the tool I reach for. :) |
|