The Artima Developer Community
Sponsored Link

Java Buzz Forum
RE: Is the language the only problem? and "We reuse more code than we write"

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
dion

Posts: 5028
Nickname: dion
Registered: Feb, 2003

Dion Almaer is the Editor-in-Chief for TheServerSide.com, and is an enterprise Java evangelist
RE: Is the language the only problem? and "We reuse more code than we write" Posted: Jul 26, 2004 6:13 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by dion.
Original Post: RE: Is the language the only problem? and "We reuse more code than we write"
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
Latest Java Buzz Posts
Latest Java Buzz Posts by dion
Latest Posts From techno.blog(Dion)

Advertisement
Ted Leung has written Is the language the only problem? in response to an entry by Tim Bray in which he talks up dynamic languages. I am definitely a fan of dynamic languages, but I concur with Ted that the language isn't always to blame. The Java APIs are often written to a different level to others. What do I mean here? With Java you get APIs that look like solid system libraries. With Perl/Python/Ruby/... you get libraries that are really written for a user to Get Shit Done (tm). Just take a look at the "web service" APIs. The Perl ones let you grab an object in one fell swoop that lets you say obj.serviceMethod(..). Done. However, there are many great Java APIs, both from the JCP and from the open source community. Since we always reuse a LOT more code than we write, it is great to be able to base apps on these solid APIs. This does also bring me back to the fact that although tools can help us write Java code, they still aren't great at helping us read it... and for that reason I like dynamic languages in many cases. Right tool and all that jazz.

Read: RE: Is the language the only problem? and "We reuse more code than we write"

Topic: The Mysterious 20% Previous Topic   Next Topic Topic:

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use