|
|
Log in / Subscribe / Register

DeVault: Announcing the Hare programming language

DeVault: Announcing the Hare programming language

Posted May 3, 2022 5:22 UTC (Tue) by PengZheng (subscriber, #108006)
Parent article: DeVault: Announcing the Hare programming language

Does Hare share the same code bloat problems as C++(STL and Exceptions) and Rust (large stdlib and no support of shared library)?

More batteries-included language without such problems is nice to have for embedded Linux development.


to post comments

DeVault: Announcing the Hare programming language

Posted May 3, 2022 5:32 UTC (Tue) by PengZheng (subscriber, #108006) [Link]

I noticed that language-specific package manager is not in the author's plan.
If Hare does target embedded development, I strongly suggest a build-in package manager.

Just try out Conan for C/C++, it solves all problems listed here:
https://lwn.net/Articles/893244/

DeVault: Announcing the Hare programming language

Posted May 3, 2022 6:42 UTC (Tue) by ddevault (subscriber, #99589) [Link]

I do not think that Hare shares the same problems as C++. As for Rust, there is a generous but scope-constrained standard library:

https://docs.harelang.org

There is no support for shared libraries, however, though I think that at some point in the future it can be hacked together by a dedicated hacker.

DeVault: Announcing the Hare programming language

Posted May 6, 2022 23:32 UTC (Fri) by ncm (guest, #165) [Link]

There are no "code bloat problems in C++, so it cannot "share" any.


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