Gauntlet: A programming language designed to fix Go's frustrating design choices

2 thunderbong 2 6/3/2025, 2:17:38 AM github.com ↗

Comments (2)

gertd · 2d 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 · 4d ago
There is detailed documentation but no tests at all.

Stay away, there is something deeply wrong with author's priorities.