Gauntlet: A programming language designed to fix Go's frustrating design choices github.com 2 points by thunderbong 2 days ago
gertd 5 hours ago Learn Rust or something else if you do not like or cannot stand golang!This generates high-calorie syntactic sugar just to satisfy an itch.Run the generated code through the golang-ci linter, which will barf on what is getting created, for example:``` // Eliminates any 'unused variable' errors _, _, _, _ = err, fileContent, fileContentStrVersion, trimmedLines ```golang is a procedural language. If you cannot deal with it, don't use it, but please stop polluting the ecosystem.
theamk 2 days ago There is detailed documentation but no tests at all.Stay away, there is something deeply wrong with author's priorities.
Learn Rust or something else if you do not like or cannot stand golang!
This generates high-calorie syntactic sugar just to satisfy an itch.
Run the generated code through the golang-ci linter, which will barf on what is getting created, for example:
``` // Eliminates any 'unused variable' errors _, _, _, _ = err, fileContent, fileContentStrVersion, trimmedLines ```
golang is a procedural language. If you cannot deal with it, don't use it, but please stop polluting the ecosystem.
There is detailed documentation but no tests at all.
Stay away, there is something deeply wrong with author's priorities.