Hare by Example
harebyexample.orgI 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/