TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Which Programming Language has best way of managing dependencies?

8 pointsby avasthealmost 5 years ago

3 comments

verdvermalmost 5 years ago
Golang &#x2F; go mods.<p>It uses Minimum Version Selection to avoid lockfiles and is part of getting to 100% reproducible builds. The code base for mods is impressive too, so much thought around security.
Tajnymagalmost 5 years ago
Node.js seems to have a very good ecosystem. Compared to say python, I come across very few problems with dependency locking and setting up on multiple devices
giantg2almost 5 years ago
I would guess assembly language since it uses the machine&#x27;s instructions.<p>I think for the higher languages it depends. A lot of IDEs make dependencies easier manage than the language on it&#x27;s own.