Rod Waldhoff's Weblog |
|
Fixing checked exceptions with generics? #
Matt Quail proposes an interesting generics-based solution to my issues with checked exceptions in Java.
It's been a long time since I used templates (in C++), and I haven't looked at the public review draft of JSR 14 in any detail, but it seems like something along those lines might work. Someone calling himself JavaBear also had some kind comments regarding this post. Bruce Eckel has an interesting blog #
I read all of Bruce Eckel's weblog over lunch (not as large a task as it may sound, the first entry is dated 22 March 2003). Here's some snippets from one (of several) entries that I found interesting (dated "3-26-03", but there aren't any anchors in log, so you'll have to just search for it). This one happens to be mostly paraphrasing Paul Prescod.
"Paul Prescod gave the keynote [at a Python conference], and talked about what programming languages will look like in 100 years, to control flying cars and the like. He called COBOL and Java neanderthal languages that have no descendents on the evolutionary tree. How close is Language X to the evolutionary trunk? And what should we bet on? He noted that the Python community has a direct influence on the evolution of the language, and that it gets closer to the trunk at each successive iteration of Python. There's lots of interesting stuff in there, I suspect I'll be a regular visitor. Update [April 9, 2003]: It seems that this keynote was actually delivered by Paul Graham, and he has written it up as "The Hundred Year Language". Also see my followup post. |
recent posts
Currently Reading
|