agiastik@email.it pisze:
> Why the most powerful java IDE are written in java?
>
> regards.
>
>
the answer is portability ;)
Lew - 05 May 2007 13:38 GMT
agiastik@email.it pisze:
>> Why the most powerful java IDE are written in java?
Because Java is the ultimate computer language.

Signature
Lew
agiastik@email.it - 05 May 2007 14:07 GMT
you right. but it's so memory hungry!!
Lew ha scritto:
> agiastik@email.it pisze:
> >> Why the most powerful java IDE are written in java?
[quoted text clipped - 3 lines]
> --
> Lew
Lew - 05 May 2007 14:34 GMT
> you right. but it's so memory hungry!!
Please do not top-post.
I was kidding, and it's not so memory hungry compared to, say, Windows.

Signature
Lew
> Why the most powerful java IDE are written in java?
A more serious answer. It is traditional that major development tools
for a specific language are written in that language. So tools like
javac, NetBeans, Eclipse, javadoc, and many more are implemented in
Java. Doing so has several advantages. For example, it ensures that
people who are building Java development tools are aware of the
usability issues of those development tools... because they use them on
a daily basis. It provides non-trivial testing, practically for free.
It's also a rather expected show of confidence by the developers; if
major Java development tools were all written in C++, one might
justifiably ask whether Java is sufficient for such tasks.
My thought is that portability, an earlier answer, is secondary at best.
It's honestly not that tough to write portable source code in most
languages, and at least Eclipse is built separately on each supported
platform anyway, because there's a native layer to it.

Signature
Chris Smith
> Why the most powerful java IDE are written in java?
That's often called "eating one's own dog food":
<http://en.wikipedia.org/wiki/Eat_your_own_dog_food>
A compiler or IDE that's capable of building itself is often called the
"dog food" release.
sherm--

Signature
Web Hosting by West Virginians, for West Virginians: http://wv-www.net
Cocoa programming in Perl: http://camelbones.sourceforge.net