|
|
|
|
|
by matheusmoreira
1416 days ago
|
|
The problem with Python is it's too successful. It has too many useful libraries. I don't really like it very much but it's really hard to ignore it. There is exactly one thing I miss from Python packaging tools: developer mode. I can factor out parts of an application into a library and develop both at the same time by installing the library in editable mode and pointing to the library's local directory. This is something I've always wanted but never had in every other language I know. Only god knows how much time I spent trying to do exactly this with git submodules. |
|
https://pkgdocs.julialang.org/v1/managing-packages/#developi...
It’s packaging tool is top notch. Maybe because it’s developed as a core part of the language.