Comments on: Java inches closer to open source
Sun plans to open up more Java software, but will stop short of sharing the programming language itself.
Sun plans to open up more Java software, but will stop short of sharing the programming language itself.
January 2, 2010 4:16 PM PST
January 2, 2010 3:30 PM PST
January 2, 2010 11:43 AM PST
Add headlines from CNET News to your homepage or feedreader.
More feeds available in our RSS feed index.
Related quotes
Second, you write, "simpler, faster scripting languages are gaining interest among developers". However, "faster" in this case means "lower cost of development" or "faster time to market". Whether the scripting language actually performs faster depends on many factors. Perl will probably be faster for string operations as it can use a highly tuned C library to that end. Whether it's faster in general, or where it performs better, is a matter of benchmarking. The issue is not that Java is slow (though it is probably slower for some purposes) but that development in Java follows a traditional design-code-compile-test cycle which just takes longer, partly because of the extensive type-checking during the compile cycle, and partly because a compile needs to complete before the program can be run. Scripting languages which support a full interpreter can be run without an intermediate compile step, which some developers prefer, as they get feedback about what is wrong sooner.
Cheers
Patrick
Second, you write, "simpler, faster scripting languages are gaining interest among developers". However, "faster" in this case means "lower cost of development" or "faster time to market". Whether the scripting language actually performs faster depends on many factors. Perl will probably be faster for string operations as it can use a highly tuned C library to that end. Whether it's faster in general, or where it performs better, is a matter of benchmarking. The issue is not that Java is slow (though it is probably slower for some purposes) but that development in Java follows a traditional design-code-compile-test cycle which just takes longer, partly because of the extensive type-checking during the compile cycle, and partly because a compile needs to complete before the program can be run. Scripting languages which support a full interpreter can be run without an intermediate compile step, which some developers prefer, as they get feedback about what is wrong sooner.
Cheers
Patrick
- With All Of This Talk....
- by Captain_Spock May 16, 2006 8:33 AM PDT
- ... about "Giving products away for free to developers has become commonplace...." I am very curious at this time as to why MICROSOFT, IBM and SUN MICROSYSTEMS are holding on to the OS/2 Source-Codes... when it is known that a few years ago IBM and SUN MICROSYSTEMS were engaged in a collaborative project for the "DESKTOP". Just what are NICROSOFT, IBM and SUN MICROSYSTEMS afraid of in moving the "JAVA OS" into the Open-Source Community when these companies are not actively supporting or have no interest in the OS/2 Platforms! Why not just give this "Java" OS away for free...!
- Like this Reply to this comment
-
(4 Comments)