Is this accurate?

Is this accurate?

Attached: 1_xbsHBQJReC5l_VO4XgNSIQ[1].png (994x603, 33K)

>Meme channels
>Better concurrency than the language buit around a concurrent model

No.

C is beautiful and straight

>*places the Google programming language at the maximum of both axes*

Attached: 1536284290030.jpg (677x995, 104K)

JS "straightness" can't be compared to python nor ruby, and they're all on top of each other.
just by that I'd say it's entirely inaccurate.

Not even close

where's haskell you loser

go was a fucking mistake
limbo was better in every fathomable way
Limbo's iota was elegant and clever, go's is a nasty antipattern that isn't even close to being useful enough to justify having its own keyword. Limbo was inventive. Go guts every useful features out of C, and throws in 5 different kinds of pointers for some godforsaken reason.
Basic design patterns that facilitate efficient and maintainable code are impossible to make in Go, e.g. unions/variants. Goroutines are literally nothing special and they can be implemented in any language that has a goto statement. Fuck, your OS likely already has infrastructure for cooperative threads. Just use that. Go flies in the face of everything that efficient, terse, and economical design stands for. It's a shameful chapter in a brilliant history (Alef, Limbo).

Attached: Screenshot_20180919_210729.png (907x181, 50K)

Where is .lua?