Hacker News new | ask | show | jobs
by lambda_garden 944 days ago
Some in the ML community think a simpler language has advantages over a more expressive one, in some cases.

For example: https://github.com/fsharp/fslang-suggestions/issues/243#issu...

1 comments

Not just the ML community. Go's simplicity is often derided, but I think the best in class tooling (dev tooling like gopls, golangci-lint, deployment tooling like ServiceWeaver, Goreleasor, etc) and easy understandability more than make up for "what yuu can't do"
Not just in the Go community! Everyone believes in "as simple as possible". The disagreement is about "but no simpler".