|
|
|
|
|
by hajile
1549 days ago
|
|
StandardML vs go is a great illustration. StandardML is just as fast, is more simple to learn with more simple syntax and basically zero gotchas, has more powerful syntax, has an actually sound type system (which has better generics than the ones proposed in go), does a better job at defining public functionality (via modules), has a better CST model, and many other great features. The only area where it loses is standard libraries and marketing. Google invested millions into these two things, so people use their decidedly inferior language. You'll find that pretty much every big language has a big company behind it that threw tons of money at its development. |
|