DeVault: Announcing the Hare programming language
DeVault: Announcing the Hare programming language
Posted May 2, 2022 13:45 UTC (Mon) by ddevault (subscriber, #99589)In reply to: DeVault: Announcing the Hare programming language by IanKelling
Parent article: DeVault: Announcing the Hare programming language
Language designer here. My thoughts on package management is that it is best left to distributions, who already know how to do it well. Dependencies should be selected thoughtfully and conservatively - central package management with easy-to-publish, easy-to-depend-on packages leads to the npm disease. Hare dependencies are installed to /usr/src/hare/third-party when you install "hare-irc" or similar from your system package manager.
