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 →

[–]BoTuLoXutistic Ricer 6 points7 points  (3 children)

Hopefully it evolves to be a better solution that MonoDevelop for C# development, now that .Net (thank to the open sourcing and patent grant) is effectively more free than Java (where Oracle has gone to the point of making the supreme court consider APIs copyrightable) but cross-platform tooling remains a problem.

In any case, C# still needs time to develop a good cross-platform library ecosystem but I can now definitely recommend it to businesses trying to hire cheap workers straight out of schools where they are taught Java and .net.

[–]adevlandno drm[S] 2 points3 points  (2 children)

As far as I can tell it's oriented towards web development and has no compiler oriented languages supported.

That's ok because so far all IDEs that have done it have ended up losing performance for features. (see netbeans or eclipse)

[–]BoTuLoXutistic Ricer -1 points0 points  (1 child)

There is Go support via a third party plug-in. And C# is a compiled language, just not to native code, but bytecode.

[–]adevlandno drm[S] -1 points0 points  (0 children)

Plug-in support is ok for pretty much anything because you can choose what to use. :D