Meetup #2: Plots.jl & Intro to Package Development
Details
• What we'll do
We'll discuss plotting with Plots.jl and package development with Pkg3.jl.
• Package Development
The package system is one of Julia's strength: how to module and structure your code, easily integrate and re-use libraries built by others and publish your work. After a quick intro, we'll live-code define two new vector types and publish them as packages for re-use.