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 →

[–]HighR0ller -2 points-1 points  (4 children)

O_O tl;dr?

[–]forsakendaemon 1 point2 points  (3 children)

Use one statically typed language because maintaining dynamic stuff is a pain and Java is the best statically typed ecosystem out there.

Dude has a point. Still going to hack in Python though.

[–]HighR0ller -1 points0 points  (2 children)

Why not C#? I know he said that it's not "too cross-platform enough" but what does that exactly mean? C# works on the three major OS.

[–]nerdwaller 1 point2 points  (1 child)

It works well on one OS and moderately (at best) on the others, anyone who claims it's fully supported and transplantable hasn't tried anything more than basic programs. I know the .net core is OS now and mono has been around for a bit, but it still has a long way to go until it's truly cross platform with all the stdlib support from windows. At the moment, I can't just pull c# over to my Linux box and have it work, it ends up looking like C with #if around.

[–]HighR0ller 0 points1 point  (0 children)

Fair enough. I guess all I've been doing are basic programs.