Comparing Package Management in Python, R, Julia, and Rust
When switching between programming languages, people often start with comparing syntax differences, and many overview exist on this topic. However, a large part of programming revolves around package management, especially if you want to develop your...
scientificcoder.com11 min read
Steven Kell
It caught my attention when you mentioned that some of the package managers are called from inside the language and others from outside. Do you think there are cases when this might be a major factor for which language to choose for a project?