bring your own implementation for hashtables? not even in std? damn
Programming
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
Yeah, it's like they looked at Go and said, "You know what the real problem was with the lack of generics in Go? They made an exception for lists and maps!"
!hare@programming.dev
Why?
The description doesn't really say what it does differently. Which I assume is the reason someone would create a language. How does it differ from C etc.?
They were angry at Go so they made it worse and incompatible with Windows or macOS. Perfect!
Looks like that’s answered in the docs: https://harelang.org/documentation/faq.html
have no package manager and encourage less code reuse as a shared value
Also, its main goal is understandability, but some stdlib is written in assembly. I mean, this looks like a nice but very niche language, for some small endeavours maybe?
I suppose hare may be nice in environments where the entire tool-chain needs to be audited.
Besides vibe I don't really understand what niche it fills but, I'm not that smart. Syntax looks cool tho
Yeah, I can totally see pet projects done with this, it would be relatively simple to understand by others, and you can get to know your project through and through.