Compatibility with JavaScript is atrocious
this post was submitted on 11 Aug 2024
0 points (50.0% liked)
Gleam
129 readers
1 users here now
A community for the gleam programming language! https://gleam.run/
founded 2 years ago
MODERATORS
Doesnt seem particularly better than Go, unless you count compiling to JS as a strong need (knowing the JS world, I have my doubts on how useful/convenient that is until webasm really is adopted)
GoLang footguns:
- handling of nil pointers
- verbose if err is nil all because it doesn’t have a good stack trace
- lack of enums
Even typescript has a better type system than golang