Skip to content

Hare by Example

harebyexample.org
2 pointsYuukiRey2 comments
On HN

Comments

I like it, looks simple and modern. I assume the memory management is manually allocated? Couldn't find much info about it in the FAQ. Also, does it have a package manager or is it like is?

Another interesting approach is that it does not have multithreading but instead relies on an event loop.

https://harelang.org/documentation/faq.html#can-i-use-multit...

Have anyone worked with Hare before?

I assume the memory management is manually allocated?

Yes. See https://harelang.org/tutorials/introduction#memory-managemen...

Also, does it have a package manager or is it like is?

See "No package manager" section of https://harelang.org/blog/2022-06-21-safety-features/

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.