ufechner7 / ufechner7.github.io

Julia blog
2 stars 1 forks source link

2022/08/16/julia-projects #3

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Working with Julia projects | Julia programming notes

Introduction When you start to use Julia you might ask yourself: How shall I structure my code? There are different approaches for different use cases.

https://ufechner7.github.io/2022/08/16/julia-projects.html

runjaj commented 1 year ago

Thank you for your post. Interesting and to the point.

reyntjesr commented 1 year ago

How do I navigate when using compat? I can't find any documentation about it. After I entered a version number how do I navigate to the next package? If I press Enter after typing a version number I leave compat and have to type compat again to navigate to another package. This is very annoying. A good post by the way.

ufechner7 commented 1 year ago

@reyntjesr,

Thanks for your comment! You are right that the compat editor of Pkg could be improved. I created a ticket:

https://github.com/JuliaLang/Pkg.jl/issues/3197

g-gundam commented 9 months ago

Thanks for clarifying the difference between package and project. I'm new to Julia, and I've made the mistake of installing way too many packages into the global environment while I explored the language. I started wondering if I needed to create packages whenever I wanted to try out a module, and now I know I don't have to. I can use projects instead.

HMeaGarcia commented 2 weeks ago

I really appreciate this kind of detailed explanation. I’m currently developing in Fortran trying to move on to Julia. Thanks.