|
|
|
|
|
by itsmonktastic
4586 days ago
|
|
With a better type system, taking ides from Haskell (ADT, generics done well, ability to implement interfaces for a type outside of its package etc) Go could be the perfect "dirty Haskell" for me I wonder if you might like OCaml (which is my sort of "less strict haskell"). There's also rust of course, but that's explicitly not for production use. |
|
One of its problems is that its concurrency support is lacking. But that doesn't seem to be a problem for other languages to become popular :).