DeVault: Announcing the Hare programming language
DeVault: Announcing the Hare programming language
Posted May 2, 2022 10:20 UTC (Mon) by roc (subscriber, #30627)Parent article: DeVault: Announcing the Hare programming language
One thing that makes Hare stand out from other new languages: excluding any kind of generics from the language, and also not providing a built-in generic hashtable type --- instead telling developers to reimplement hashtables wherever they need one: https://harelang.org/blog/2021-03-26-high-level-data-stru...
Though at least they don't expect you to reimplement sorting as well:
https://docs.harelang.org/sort
though the API is very old-school C.
Though at least they don't expect you to reimplement sorting as well:
https://docs.harelang.org/sort
though the API is very old-school C.
Personally I kinda doubt that this extreme focus on the simplicity of the language (at the expense of security, and making basic stuff like hashtables more work to use, and taking a performance hit for not using a modern compiler backend) is going to appeal to many people who just want to *use* a programming language. We'll see I guess.
