Find an objective flaw

Find an objective flaw.

Attached: 1_Ifpd_HtDiK9u6h68SZgNuA.png (1200x677, 61.95K)

Other urls found in this thread:

techempower.com/benchmarks/#section=data-r21&test=db
twitter.com/SFWRedditVideos

Looks pretty good from what I can tell. The structs are pretty nice so OOPajeets can't create classes for everything. I just wish you could put predicates on the structs like CLOS.

I like it

>no ternary operator
>no proper error handling
>no pattern matching
>no filter, reduce, flatMap etc without libraries
And despite all that C# and Java outperform Golang. Pathetic techempower.com/benchmarks/#section=data-r21&test=db

It avoids useful syntax like ternaries, and has a compiler that throws errors (not warnings) for banal things like unused variables, yet it has fucking goto. It hampers people who just want to get something done while still enabling idiots to make spaghetti.

Also the type system and error handling are fucking garbage.

no true generics

lolwut

>unused variables help you get something done
Clean your code bucko

Attached: 9540758-3x2-940x627.jpg (940x627, 46.47K)

You're missing the point: it's cognitive dissonant design.
If the programmer is an idiot that cannot be trusted, why give them the most easily abused possible feature (even in a limited form)? If they're not, why throw a hissy fit over such minor things?

Google. Yes. It's an objective flaw.