pkg

Package Development in …

This is a quick post on package development in Julia 1.0. Let me know if you’re interested in more, and what. Suppose you’re developing a package - say, MyPackage.jl - whether from scratch, or updating from Julia 0.6. First, and foremost, you need to be able to run and test it. On Julia …