Go thread

>Simple, minimal language
>HTTPS server library into the standard library

Attached: Making+good+use+of+those+new+images+from+the+recent+_0cea279451426ea1db205ad8635ef918.jpg (645x729, 40K)

>Generics are too complex

Attached: 1511409916831.png (645x729, 62K)

Why do you enjoy creating strawman brainlets?

>Package manager only supports the latest package branch

Attached: pqafkb6d9ba01.jpg (645x729, 49K)

>Inheritance is bad, let's just use interfaces
>Has-a and Is-a are the same kind of relation

Attached: images.png (305x165, 5K)

>it's another criticizing the language for being for brainlets despite having never written a line of code in his life thread

>Importing creates side-effects

Attached: images.png (183x275, 7K)

>No `this`

Attached: flat,750x1000,075,t.u1.jpg (750x1000, 44K)

>Exception is bad
>Proceeds to use nil as a failure marker

Attached: 3Q7iXtQ.png (645x729, 51K)

>No subpackages

Attached: 1519334645479.jpg (1066x600, 77K)

>No first class tuple
>But multiple return types are first class citizen
>No type checking in multiple return types

Attached: 1508973153870.png (558x614, 26K)

Its clear you only have vague understanding of these concepts and you're just stringing together buzzwords
>muh default first class function prototypes

>Not expression based language
>No ternary operator either

Attached: flat,800x800,070,f.u6.jpg (586x800, 36K)

>Immutables are evil

Attached: 1507358213551.png (442x500, 52K)

>versioning model is bad

Attached: 1522644110907.png (498x467, 16K)

>everything is package bro
>just import and use bro
>no need for effort bro
>just shut your brain off bro

Attached: F92400E6-C950-463B-B8CA-E122973D3BC5.png (817x891, 32K)

Just go to the directory of package and change branch

oh no, a language that does things differently and isn't yet another java or c++ clone

* not really OOP and not functional, it's as if it were written in 1970s
* imposing camelCase style by force
* variable names starting with capital letters are global
* no local imports
* no package management
* no compilation with unused variables
* c-tier error handling
* no ternary operators
* not even that fast, Node can outperform it in many real world situations

What's wrong with camelCase?
What do you prefer?

>What do you prefer?
choices

I expected as much

Would you rather have the C++ situation where in one program you'll most likely have a mix of snake_case, lowerCamelCase and UpperCamelCase because every library uses a different style?