|
|
Log in / Subscribe / Register

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.


to post comments

DeVault: Announcing the Hare programming language

Posted May 3, 2022 5:57 UTC (Tue) by lkundrak (subscriber, #43452) [Link]

> My thoughts on package management is that it is best left to distributions

I applaud you for this.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds