Hacker News new | ask | show | jobs
by ddevault 1506 days ago
I really want to avoid measuring Hare up against other languages. I think it stands on its own merits, and would prefer that people evaluate it in earnest rather than compare bullet points with another language. Nevertheless, there does exist a (dated) comparison with C:

https://harelang.org/blog/2021-02-09-hare-advances-on-c/

And if you have any specific questions that you want to frame in the context of another language, I will do my best to answer them.

2 comments

If you want people to evaluate it on its own merits, then make those merits stand out. As it stands, your intro paragraph ("Hare is a systems programming language...") is so generic that it doesn't tell me why I might want to use it instead of C or Zig or assembly. Where does it excel? What makes it stand out? Bullet points help me quickly decide whether I want to spend time evaluating a language.
> I think it stands on its own merits, and would prefer that people evaluate it in earnest rather than compare bullet points with another language.

I’m definitely not looking for bullet point comparisons.

Rather, I’m looking for an example of implementing some concrete functionality in both Hare and — say — C, which highlights the advantages of Hare over C in implementing this specific functionality.