Chad#

Thoughts on this language? Have you seen the light yet?
>muh oop
C# is a multi-paradigm language. Doing things the OOP way is optional.
>muh micro$oft botnet
github.com/dotnet/core
>muh performance and memory manipulation
Span/Memory, ref structs, ref returns, and if all else fails you always have good ol' unsafe.
>muh loonix
.NET Core considers Linux a first-class citizen (both SDK and runtime).
>muh pajeets
Hey buddy, I think you've got the wrong door, the Java club's two blocks down.

Attached: c[1].jpg (1600x900, 132K)

Other urls found in this thread:

docs.microsoft.com/en-us/dotnet/api/?view=netcore-2.2)
docs.microsoft.com/en-us/dotnet/csharp/language-reference/)
twitter.com/NSFWRedditGif

Overcomplicated meme language.

Fuck off back to your shitty Haskell language you tranny

>Overcomplicated
In what fucking world is C# overcomplicated?

Hella based

Lol rent free.
This one. They basically make up shit. Plus .NET is cancer.

"It's complicated because it's complicated" is a non-argument. C# is a retard-proof language, give at least one (that's 1 for you Americans) example of it being overcomplicated.

how it deals with multidimensional arrays triggers my autism
arr[0,2,5]

What do you mean? [,] is a rectangular array (each row has the same number of columns). [][] is a jagged array (each row can have any length). [,]-style arrays are fairly useless and basically just syntactic sugar for [y * width + x].

Delegates