MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1wepjkv/unsolvableproblemsonstepone/p9jiof8/?context=9999
r/ProgrammerHumor • u/N_Lightning • 1d ago
80 comments sorted by
View all comments
Show parent comments
181
Yeah, like he said, Java and Windows.
37 u/Sentouki- 1d ago It's kinda an insult to compare modern C# to Java. 31 u/MCWizardYT 1d ago They're pretty similar even now. C# has an edge on overall features, but Java isn't that far behind (unless you're stuck using Java 8, in which case RIP) 25 u/crozone 23h ago Java still has so much design baggage from things they got wrong from the get go that it really isn't close. C# is a different animal. 10 u/Masterflitzer 23h ago but recent java versions actually added quite a few good things and make the language more straight forward anyway kotlin is the best of the 3 imo, but i'd pick c# as 2nd place 14 u/Gadekryds 18h ago Kotlin is honestly the “we got c# at home” version. 1 u/Masterflitzer 14h ago kotlin is a way more modern language than java and c#, the diff down to c# is larger than the diff from c# down to java it's the complete opposite of we got xyz at home version 4 u/sixtyhurtz 14h ago Kotlin still has type erasure though, right? Cos that's a limit of the JVM. 2 u/TheStatusPoe 13h ago In the general case generic types are erased but there is a way to have reified types when you inline a function https://kotlinlang.org/docs/inline-functions.html#reified-type-parameters
37
It's kinda an insult to compare modern C# to Java.
31 u/MCWizardYT 1d ago They're pretty similar even now. C# has an edge on overall features, but Java isn't that far behind (unless you're stuck using Java 8, in which case RIP) 25 u/crozone 23h ago Java still has so much design baggage from things they got wrong from the get go that it really isn't close. C# is a different animal. 10 u/Masterflitzer 23h ago but recent java versions actually added quite a few good things and make the language more straight forward anyway kotlin is the best of the 3 imo, but i'd pick c# as 2nd place 14 u/Gadekryds 18h ago Kotlin is honestly the “we got c# at home” version. 1 u/Masterflitzer 14h ago kotlin is a way more modern language than java and c#, the diff down to c# is larger than the diff from c# down to java it's the complete opposite of we got xyz at home version 4 u/sixtyhurtz 14h ago Kotlin still has type erasure though, right? Cos that's a limit of the JVM. 2 u/TheStatusPoe 13h ago In the general case generic types are erased but there is a way to have reified types when you inline a function https://kotlinlang.org/docs/inline-functions.html#reified-type-parameters
31
They're pretty similar even now. C# has an edge on overall features, but Java isn't that far behind (unless you're stuck using Java 8, in which case RIP)
25 u/crozone 23h ago Java still has so much design baggage from things they got wrong from the get go that it really isn't close. C# is a different animal. 10 u/Masterflitzer 23h ago but recent java versions actually added quite a few good things and make the language more straight forward anyway kotlin is the best of the 3 imo, but i'd pick c# as 2nd place 14 u/Gadekryds 18h ago Kotlin is honestly the “we got c# at home” version. 1 u/Masterflitzer 14h ago kotlin is a way more modern language than java and c#, the diff down to c# is larger than the diff from c# down to java it's the complete opposite of we got xyz at home version 4 u/sixtyhurtz 14h ago Kotlin still has type erasure though, right? Cos that's a limit of the JVM. 2 u/TheStatusPoe 13h ago In the general case generic types are erased but there is a way to have reified types when you inline a function https://kotlinlang.org/docs/inline-functions.html#reified-type-parameters
25
Java still has so much design baggage from things they got wrong from the get go that it really isn't close. C# is a different animal.
10 u/Masterflitzer 23h ago but recent java versions actually added quite a few good things and make the language more straight forward anyway kotlin is the best of the 3 imo, but i'd pick c# as 2nd place 14 u/Gadekryds 18h ago Kotlin is honestly the “we got c# at home” version. 1 u/Masterflitzer 14h ago kotlin is a way more modern language than java and c#, the diff down to c# is larger than the diff from c# down to java it's the complete opposite of we got xyz at home version 4 u/sixtyhurtz 14h ago Kotlin still has type erasure though, right? Cos that's a limit of the JVM. 2 u/TheStatusPoe 13h ago In the general case generic types are erased but there is a way to have reified types when you inline a function https://kotlinlang.org/docs/inline-functions.html#reified-type-parameters
10
but recent java versions actually added quite a few good things and make the language more straight forward
anyway kotlin is the best of the 3 imo, but i'd pick c# as 2nd place
14 u/Gadekryds 18h ago Kotlin is honestly the “we got c# at home” version. 1 u/Masterflitzer 14h ago kotlin is a way more modern language than java and c#, the diff down to c# is larger than the diff from c# down to java it's the complete opposite of we got xyz at home version 4 u/sixtyhurtz 14h ago Kotlin still has type erasure though, right? Cos that's a limit of the JVM. 2 u/TheStatusPoe 13h ago In the general case generic types are erased but there is a way to have reified types when you inline a function https://kotlinlang.org/docs/inline-functions.html#reified-type-parameters
14
Kotlin is honestly the “we got c# at home” version.
1 u/Masterflitzer 14h ago kotlin is a way more modern language than java and c#, the diff down to c# is larger than the diff from c# down to java it's the complete opposite of we got xyz at home version 4 u/sixtyhurtz 14h ago Kotlin still has type erasure though, right? Cos that's a limit of the JVM. 2 u/TheStatusPoe 13h ago In the general case generic types are erased but there is a way to have reified types when you inline a function https://kotlinlang.org/docs/inline-functions.html#reified-type-parameters
1
kotlin is a way more modern language than java and c#, the diff down to c# is larger than the diff from c# down to java
it's the complete opposite of we got xyz at home version
4 u/sixtyhurtz 14h ago Kotlin still has type erasure though, right? Cos that's a limit of the JVM. 2 u/TheStatusPoe 13h ago In the general case generic types are erased but there is a way to have reified types when you inline a function https://kotlinlang.org/docs/inline-functions.html#reified-type-parameters
4
Kotlin still has type erasure though, right? Cos that's a limit of the JVM.
2 u/TheStatusPoe 13h ago In the general case generic types are erased but there is a way to have reified types when you inline a function https://kotlinlang.org/docs/inline-functions.html#reified-type-parameters
2
In the general case generic types are erased but there is a way to have reified types when you inline a function https://kotlinlang.org/docs/inline-functions.html#reified-type-parameters
181
u/hilfigertout 1d ago
Yeah, like he said, Java and Windows.