this post was submitted on 21 Oct 2024
137 points (94.8% liked)

Programming Humor

2612 readers
11 users here now

Related Communities [email protected] [email protected] [email protected] [email protected]

Other Programming Communities [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]

founded 1 year ago
MODERATORS
 
top 8 comments
sorted by: hot top controversial new old
[–] [email protected] 34 points 2 weeks ago (5 children)

C#, the better Java. A really underappreciated language...

[–] [email protected] 16 points 2 weeks ago

Kotlin is the better Java. C# is just Microsoft Java, it fixed some of Java's mistakes, made a few new ones, but ultimately it's just Java for .Net. I'd say the one decision C# made that really does make it better than Java (and puts it on par with Kotlin) is making variables non-nullable by default. Implicitly nullable variables is the single dumbest decision in Java. Fix that decision and Java instantly becomes so much better.

[–] [email protected] 11 points 2 weeks ago (1 children)
[–] [email protected] 19 points 2 weeks ago

Yes, I remember other Scala

[–] [email protected] 7 points 2 weeks ago
[–] [email protected] 5 points 2 weeks ago

C# is Microsoft's attempt to turn C++ into Java.

[–] [email protected] 1 points 1 week ago* (last edited 1 week ago) (1 children)

Honest question: is this the joke or did they actually make a Microsoft Java? They made lot of other wacky things like Amiga Basic and Microsoft Unix

[–] [email protected] 2 points 1 week ago

Not as far as I know. C# is similar to Java in many ways but it isn't a type of Java.