Sun yanks FreeBSD's Java license
Posted Jan 10, 2005 22:36 UTC (Mon) by
landley (guest, #6789)
In reply to:
Sun yanks FreeBSD's Java license by mrshiny
Parent article:
Sun yanks FreeBSD's Java license
You mean like the way Python and Perl run all their files by compiling the source to bytecode at runtime, and then running the bytecode? (Python will even save a snapshot of the bytecode for libraries, if the directory is writeable.) Bytecode dates back to (at least) Pascal p-code in the 1970's, which had the disadvantage of being Pascal and running on 1970's hardware where assembly was still a good idea.
Lots of stuff uses bytecode today. The only "advantage" java has over a modern interpreted language like Python is the ability to distribute closed-source binaries (and a few years head start on optimizing the runtime. Woo. I did animated graphics in java on a 486 and figured out how to get decent performance in 1998. Work just loaned me a brand new 1.6 ghz Pentium M).
Java _is_ dead in the open source world. See Johnathan Schwarz's blog:
http://blogs.sun.com/roller/page/jonathan/20041021
> Now, I had a parallel set of interactions at this year's JavaOne, at
> which a bunch of friends joined us for a discussion on the open sourcing
> of Java. Among the luminaries present was Brian Behlendorf, who opened
> his statements by asking what I'm sure he felt was a question with a
> popular answer, "How many of you work on an open source project?"
>
> I expected to see a flurry of hands, and I'm sure he did, too.
>
> Neither of us saw hands go up.
>
> The community represented at JavaOne either worked within the Java
> Community, or were developers with other issues on their minds (like
> their day jobs). Interesting.
As usual, Schwartz missed the point completely. Open source coders don't use java anymore, thus they aren't at JavaOne. We abandoned it years ago after Sun refused to hand the langauge over to a standards body, after "no Linux JDK" was the #1 bug on java.sun.com with five times as many votes as any other bug and Sun completely ignored it for over a year, after the Sun guys abused the Blackdown developers to the point where most of them quit, after the "Sun Community License" where looking at the source taints you in perpetuity showed they just didn't get it...
(
Log in to post comments)