←back to thread

264 points tosh | 1 comments | | HN request time: 0.21s | source
Show context
0xblinq ◴[] No.44365314[source]
2025 and python packaging and dependencies management is still a mess.
replies(4): >>44365430 #>>44365736 #>>44367017 #>>44368247 #
1. db48x ◴[] No.44367017[source]
Yep. The lesson is to get this right early in your language design. Do not punt until version 2.0. Think twice before putting the package/module/whatever metadata in an executable script. If you do decide to do that, think a third time. It works out better for some languages (like Common Lisp) than others (like Python).