Tag Archives: Julia

Why Julia 2.0 isn’t coming anytime soon (and why that is a good thing)

By: Logan Kilpatrick

Re-posted from: https://towardsdatascience.com/why-julia-2-0-isnt-coming-anytime-soon-and-why-that-is-a-good-thing-641ae3d2a177?source=rss-2c8aac9051d3------2

If you have been programming for a while, there’s a good chance you have lived through breaking changes in ecosystems which may have left…

Pkg.jl and Julia Environments for Beginners

By: jkrumbiegel.com

Re-posted from: https://jkrumbiegel.com/pages/2022-08-26-pkg-introduction/

When you start using Julia, you will quickly come in contact with Pkg.jl, its package manager. It’s reasonably easy to install a few packages and start using Julia. But from reading questions on Slack and Discourse, many users only start understanding relatively late what commands like instantiate are doing. This post should teach you how you can step beyond a messy global environment and towards neatly packaged local versions that allow you to collaborate more effectively and make your results reproducible.

Pkg.jl and Julia Environments for Beginners

By: jkrumbiegel.com

Re-posted from: https://jkrumbiegel.com/pages/2022-08-26-pkg-introduction/index.html

When you start using Julia, you will quickly come in contact with Pkg.jl, its package manager. It’s reasonably easy to install a few packages and start using Julia. But from reading questions on Slack and Discourse, many users only start understanding relatively late what commands like instantiate are doing. This post should teach you how you can step beyond a messy global environment and towards neatly packaged local versions that allow you to collaborate more effectively and make your results reproducible.