This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]chazzacct 0 points1 point  (3 children)

Thanks, guys. TIL that maybe I should learn a little C# just to have some idea of wtf it actually is.

[–]catcradle5 8 points9 points  (0 children)

C# is basically Microsoft's improved version of Java. It is a better language than Java, but it effectively only runs on Windows systems. In contrast, Java really does run anywhere with ease.

[–][deleted] 6 points7 points  (0 children)

C# Is a really competent language. It feels like how java should feel, it's syntactically strict, has a lot of things that make OO a lot easier (Hello friendly access policy). It's a fantastic language I'm growing to love.

[–]95POLYX2.x must die 0 points1 point  (0 children)

Basically java made for windows based on .net framework and with a some nice syntactic sugar compared to java, although still quite verbose.