Why didn't Jikes take off?
Posted Mar 5, 2005 0:35 UTC (Sat) by
piman (subscriber, #8957)
In reply to:
Why didn't Jikes take off? by landley
Parent article:
IBM's latest gift to the community
> ... no dynamic typing ...
I don't know why you cite this as a *problem* with Java and C++. Static typing is usually preferrable to dynamic typing, since it eliminates a whole class of bugs early on.
(Perhaps you're confusing static types with explicit type declarations.)
(
Log in to post comments)