DEV Community

Discussion on: Why I’m So Frustrated With Go

Collapse
 
pmarreck profile image
Peter Marreck

Disclaimer: I am no fan of Go (currently quite enamored with Elixir)

Lacking some OrderedMap builtin, couldn't someone simply write a library to give everyone in Go this functionality?

Anyway, what you're experiencing is exactly why I left OOP langs: You can use a functional immutable style all you want in any OO lang, but as soon as you depend on the language ecosystem and libraries, all guarantees and most benefits go out the window IMHO.