View Single Post
  #17 (permalink)  
Old 06-21-2008, 06:49 AM
G_Morgan G_Morgan is offline
Guru
 
Join Date: Oct 2007
Age: 24
Posts: 507
Last Blog:
Just over the next hil...
Rep Power: 10
G_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura about
Default Re: Why are most IDE'S written in java?

Quote:
Originally Posted by chili5 View Post
Wow i didn't know java was the most popular language that page is really interesting with the chart of popular languages. A lot of the languages on there I've never heard of such as D and SAS.
I'm surprised people think otherwise. All that server and web software that runs Java. People wouldn't hate it if it weren't extensively used.

It's worth noting that the application space (which Java doesn't do well in) is only a tiny amount of the code that gets written. C is second there and there are very few applications written in C.

D is a relatively new language which is often described as C++ done right. It loses a lot of the direct compatibility with C (though it can call C functions) and also loses some of the more exotic functions of C++. It's close to Java and C# but compiles native.
Reply With Quote