Ted Leung on the air
Ted Leung on the air: Open Source, Java, Python, and ...
Fri, 09 May 2003
This is what counts as innovation for Java
Sun has a new article describing new language features in JDK 1.5. I love this sidebar quote:
The new language features all have one thing in common: they take some common idiom and provide linguistic support for it. In other words, they shift the responsibility for writing the boilerplate code from the programmer to the compiler.
In other words, we're modifying the language because we didn't have a macro system that we could do this with -- at least for generics, enhanced for, static import, and attributes. Getting rid of boilerplate code is what macros are all about.

Also notice that 3 out of the 6 features in the article are being copied from C#.

[11:52] | [computers/programming/java] | # | TB | F | G | 2 Comments | Other blogs commenting on this post
Dynamic language tidbits
James Strachan is conflating the language and the IDE. It is not impossible to write an Eclipse-like IDE for a dynamic language. Python and Perl are not the only dynamic languages in the world. Just because you don't see them for Python, Perl or Ruby doesn't mean they aren't there. Look at some of the environments for like Lisp and Smalltalk. I want the combination of the most productive language and the best environment.

Tim Bray weighs in with some good points:

The languages in the "R.I.P." list above do have some other advantages beyond strong typing. One of the big ones is memory footprint: if you're writing a big system with big complex in-memory data structures (which every big system I've ever worked on has had), their size can spiral out of control insanely fast in any of those dynamic languages. These things want you to build all your structures around hashes and dictionaries, which we all know perfectly well only work well when sparsely populated; work it out.
The memory bloat argument also applies to Java and C# (unless you are doing unsafe programming).
Secondly, and in the same spirit, there do remain performance issues. There are is some (small) number of people who have to write low-level webserver code, and if you've ever done this under the gun of a million-hits-a-day load, you quickly become a control freak with an insane desire to remove as many as possible of the layers which separate your code from the silicon.
The performance argument is valid one, but again, you have to take Java and C# off the list of good languages. Today's modern Lisps in can outperform Java and C# code running on their respective VM's. And under some, but not all circumstances, a good Lisp compiler can get you close to C. But I agree that there'll be a place for C for quite some time.

Sam quotes Sean McGrath. As much as I like Python, Python and Perl were not the world's first dynamic languages, and many of the criticisms levelled at them don't apply to languages like Lisp and Smalltalk.

Dave Winer adds another dimension:

And going dynamic is just the beginning. Add an integrated object store to the language and you really start flying.
To which I can only say, YEP!
[11:38] | [computers/programming] | # | TB | F | G | 2 Comments | Other blogs commenting on this post
Chandler chats
Today I poked my nose into the OSAF Chandler chats. I'm glad to see these starting up and I'm hopeful that they will help get some momentum going for Chandler.

Some of the topics in the early chat were building the community, "what is chandler?", and ZaoBao, the RSS aggregator parcel.

I think that a lot of people don't really understand what Chandler is, so they think it's yet another Outlook replacement, which is boring, so they aren't interested in Chandler. I look at Chandler as a platform for building tools to help deal with the deluge of information. That deluge occurs in many forms: e-mail, RSS items, events, tasks, contacts, and a bunch of other free-form and structured information. The base Chandler product is a jumping off point for constructing (via customization, training, and programming) a personal information environment.

Chandler has a rudimentary RSS aggregator called ZaoBao. I think that trying to turn ZaoBao into a killer aggregator could help show what Chandler can do, and uncover some areas of the architecture that still need work.

In the late chat, the most interesting discussion was around Bayou, a project from Xerox PARC that may help with some of the data replication issues that the Chandler team is facing.

The Chandler team will be posting the IRC chat logs at some point.

[00:39] | [computers/open_source/osaf/chandler] | # | TB | F | G | 0 Comments | Other blogs commenting on this post
ThreadsML
I'd like to find out about ThreadsML. But I can't seem to find a specification or any single document that describes what ThreadsML is. I looked at the new ThreadsML site. But to no avail. Does some kind soul out there have the magic URL?
[00:24] | [computers/internet/weblogs] | # | TB | F | G | 1 Comments | Other blogs commenting on this post
SpamBayes
Jon Udell's article on SpamBayes is making me jealous. I just switched off of Outlook because it was taking outrageous amounts of time to talk to my IMAP server. I settled on Mozilla Mail in part because of the bayesian spam filtering. Mozilla's bayesian filtering still seems to be letting spam through. Unlike SpamBayes, I can't get any insight into the scoring of words. It could be that my spam corpus is too small -- mail has to get past spamassasin on the server before it hits Mozilla. Maybe I'll turn off spamassassin and see what happens (Ulp!)...

There are a few annoyances that I have with Mozilla mail:

  • There's no visual status of whether a message has been forwarded or replied to.
  • A signature is appended to every message - including replies.
[00:16] | [computers/internet/mail] | # | TB | F | G | 3 Comments | Other blogs commenting on this post
Typing: agree to disagree
I guess Carlos and I are going to have to agree to disagree on dynamic typing. My personal experience is that dynamic languages are more productive than languages with static typing. When someone can produce a language where I am more productive than I am in Lisp, I'll be happy to hold that up as the destination. All other factors being equivalent (libraries, IDE), if I had the choice of Java + Generics or Lisp, I'd choose Lisp. If we get to choose libraries and IDE, then give me a Symbolics Lisp Machine over Java+Eclipse any day of the week.
[00:08] | [computers/programming] | # | TB | F | G | 0 Comments | Other blogs commenting on this post


twl JPG

About

Ted Leung FOAF Explorer

I work at the Open Source Applications Foundation (OSAF).
The opinions expressed here are entirely my own, not those of my employer.

Creative Commons License
This work is licensed under a Creative Commons License.

Now available!
Professional XML Development with Apache Tools : Xerces, Xalan, FOP, Cocoon, Axis, Xindice
Technorati Profile
PGP Key Fingerprint
My del.icio.us Bookmarks
My Flickr Photos


Syndicate
RSS 2.0 xml GIF
Comments (RSS 2.0) xml GIF
Atom 0.3 feed
Feedburner'ed RSS feed

< May 2003 >
SuMoTuWeThFrSa
     1 2 3
4 5 6 7 8 910
11121314151617
18192021222324
25262728293031

Archives
2006
2005
2004
2003

Articles
Macintosh Tips and Tricks

Search
Lucene
Blogs nearby
geourl PNG

Categories
/ (1567)
  books/ (33)
  computers/ (62)
    hardware/ (15)
    internet/ (58)
      mail/ (11)
      microcontent/ (58)
      weblogs/ (174)
        pyblosxom/ (36)
      www/ (25)
    open_source/ (145)
      asf/ (53)
      osaf/ (32)
        chandler/ (35)
        cosmo/ (1)
    operating_systems/ (16)
      linux/ (9)
        debian/ (15)
        ubuntu/ (2)
      macosx/ (101)
        tips/ (25)
      windows_xp/ (4)
    programming/ (156)
      clr/ (1)
      dotnet/ (13)
      java/ (71)
        eclipse/ (22)
      lisp/ (34)
      python/ (86)
      smalltalk/ (4)
      xml/ (18)
    research/ (1)
    security/ (4)
    wireless/ (1)
  culture/ (10)
    film/ (8)
    music/ (6)
  education/ (13)
  family/ (17)
  gadgets/ (24)
  misc/ (47)
  people/ (18)
  photography/ (25)
    pictures/ (12)
  places/ (3)
    us/ (0)
      wa/ (2)
        bainbridge_island/ (17)
        seattle/ (13)
  skating/ (6)
  society/ (20)



[Valid RSS]

del.icio.us linkblog

www.flickr.com

Blogroll

java.blogs
Listed on BlogShares

Locations of visitors to this page
Where are visitors to this page?


pyblosxom GIF