Linked by Thom Holwerda on Mon 2nd Jan 2012 19:12 UTC
Thread beginning with comment 501967
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
RE: If I was a developer, what should I use?
by shmerl on Tue 3rd Jan 2012 16:08
in reply to "If I was a developer, what should I use?"
RE[2]: If I was a developer, what should I use?
by adkilla on Tue 3rd Jan 2012 18:23
in reply to "RE: If I was a developer, what should I use?"
While I like C++, it really needs a good standardized framework. Especially in areas such as threading, network I/O and GUI programming.
I have been using Qt for a while but I find it foreign in some places and could do with better integration with the language. I would for one like them to drop MOC and move to templates. The need for legacy compilers these days are no longer important as most of the framework does not support it anyway.
RE: If I was a developer, what should I use?
by martini on Tue 3rd Jan 2012 16:11
in reply to "If I was a developer, what should I use?"
Now lets look at this from another angle. What language, platform should I use? Would picking between Java or Mono/.Net make a difference?
Let's separate Mono from .Net (C#) and Java from OpenJDK.
Let image that Microsoft start blocking all .Net development software. You will be forced to have only one IDE and pay whatever MS ask you to maintain your software. The same can happen with Oracle and Java.
In theory with Mono and OpenJDK (Open source java) even if Microsoft and Oracle freak out, the projects can continue to have a derivative work. So you will no longer depend on a vendor.
But the other problem is Software Patents.
Today Microsoft want to charge you "Software Patents" licenses for you using Linux and Android? What do you think that can happen for using Mono?
Oracle may do the same, there is no guarantee either. But I feel that with Java there is more IDEs and dev tools available in the market.
Edited 2012-01-03 16:13 UTC
RE: If I was a developer, what should I use?
by lucas_maximus on Tue 3rd Jan 2012 18:56
in reply to "If I was a developer, what should I use?"





Member since:
2005-07-07
Now lets look at this from another angle. What language, platform should I use? Would picking between Java or Mono/.Net make a difference?