Sponsored Link •
|
Artima Weblogs
Computing Thoughts A Weblog by Bruce Eckel |
|
Question Assumptions
Artima Bloggers
Aahz Jans Aasman B. Scott Andersen Eric Armstrong Ken Arnold Dale Asberry Dave Astels Arash Barirani Matt Bauer Charles Bell Berco Beute Geert Bevin Nitin Borwankar Vladimir Ritz Bossicard Rahul Chaudhary Bob Clancy James O. Coplien Ward Cunningham Andy Dent Christopher Diggins Bruce Eckel Ted Farrell Michael Feathers Elisabeth Freeman Eric Freeman Matt Gerrans David Goodger Gabe Grigorescu Rix Groenboom Cees de Groot Philipp Haller Peter Hansen David Heinemeier Hansson Kevlin Henney Steve Holden Cay Horstmann Ron Jeffries Mark Johnson Greg Jorgensen Heinz Kabutz Rick Kitts Kirk Knoernschild Andrew Koenig Klaus Kreft Sean Landis Angelika Langer Jakob Eg Larsen Josh Long Howard Lovatt Robert C. Martin John McClain Eamonn McManus Jeremy Meyer John D. Mitchell Brian Murphy Sean Neville Nancy Nicolaisen Martin Odersky Vlad Patryshev Johan Peeters Carlos Perez Ken Pugh Eric S. Raymond Ian Robertson Guido van van Rossum Alberto Savoia Jerome Scheuring Richard Hale Shaw Calum Shaw-Mackay Jack Shirazi Michele Simionato Van Simmons Frank Sommers Bruno Souza Sue Spielman Bill Venners David Vydra Jim Waldo Dick Wall Barry Warsaw Mark Williamson Matthew Wilson Gregg Wonderly Kevin Wright |
March 28, 2006, Submit comment
Based on the success of last week's conference, I'm starting to plan the "Thinking in Java" conference for July. In particular, I need to set the dates.
March 26, 2006, 7 comments
I continue to be amazed at how insanely great OpenSpace conferences are with so little effort on my part. Certainly, I provide structure, but most of that occurs in the first half hour and then I become a participant. As always seems to happen with OpenSpaces, I got so much more out of this event than I ever imagined.
March 4, 2006, 17 comments
A response to Guido's discussion about marketing Python, and some observations about the issues that have come up.
March 4, 2006, Submit comment
The second part of the Java Posse's interview with me is up.
March 1, 2006, Submit comment
Part one of the Java Posse interview with me is now available.
February 15, 2006, 68 comments
I often get questions, mostly from Java programmers, about IDEs for Python. In Java there's so much finger-typing that the language wouldn't be feasible without an auto-completion IDE, so it makes sense that a Java programmer would want one when using Python. And they exist, but I don't know many who use them.
February 9, 2006, 16 comments
The last time I paid any attention to Groovy was when Mike Spille blogged about it, and when the Bile Blog chimed in (links below). Basically they wrote off the project (albeit giving lots of details about why). But recently the Java Posse talked about it in slightly different tones, so it made me start wondering.
February 9, 2006, 9 comments
On previous road trips, I've been able to fill my driving time by listening to ITConversations, but I ran out. So I started looking, via iTunes, for other podcasts that were IT based. There are plenty, and some are quite good.
February 6, 2006, 30 comments
I've put up the page for Thinking in Java, fourth edition. On it you can find a sample including the first 7 chapters, the source code and installation instructions, and links to sites which are taking orders for the book.
January 26, 2006, 43 comments
My previous posting about Ruby generated a lot of noise and very little light -- that is, not much in the way of compelling reasons to learn the language. So I went to a couple of Seattle.rb Ruby users group meetings and spent time with 3 uber-geeks. Now I at least have the beginning of an understanding of what's interesting about this language.
January 6, 2006, 8 comments
Mike Levin has posted a new podcast interview with me, recorded 1/4/06.
December 18, 2005, 262 comments
The Java hyper-enthusiasts have left the building, leaving a significant contingent of Java programmers behind, blinking in the bright lights without the constant drumbeat of boosterism.
November 11, 2005, 28 comments
There's one rather mind-bending idiom that appears periodically in Java generics. Here's what it looks like: class SelfBounded<T extends SelfBounded<T>>
November 10, 2005, 14 comments
There appear to be some strange side effects on packages when using generics.
November 9, 2005, 7 comments
I'm hoping this is an obvious one and that my brain is just fried from over-generification.
|
Sponsored Links
|