You have 5 seconds to tell why one language is better than the other.
Java vs C#
Other urls found in this thread:
arrow-kt.io
techempower.com
twitter.com
C# if you want to make shitty indie games
Java if you want to rip big corporations off for hundreds of thousands of buckeroos
c# implemented some functional programming features and didn't fuck it up.
>lambdas in java
>virtual machine that works well for code without mutations
Java is owned by Oracle, C# isn't.
Lambdas in java are great, especially in map() flatMap() forEach() and other stream related methods.
ArrayList hello = new ArrayList(Arrays.asList("nigger", "faggot", "kike", "retard"));
hello.forEach(x -> System.out.println("OP is a " + x));
Microsoft is shit.
C# is owned by microshaft. But, at this point, Oracle is more toxic than microfuck.
Except you need to declare a functional interface separately if you do anything that isn't absolutely vanilla.
C-Shart shills need to go.
I have no C# experience but having recently gotten back in the Java game, I really enjoy Java 8 and all the lambda features. And Spring Boot has been fucking awesome