var urchinCalled;
if (!urchinCalled) {
_uacct = "UA-1223303-2";
urchinCalled = true;
urchinTracker();
}
I was in Belgium at JavaPolis last week,
doing presentations with Romain Guy
and Richard Bair, and hanging
out with Hans Muller and
various other folks in the Java and web development community. Excellent...
var urchinCalled;
if (!urchinCalled) {
_uacct = "UA-1223303-2";
urchinCalled = true;
urchinTracker();
}
I went to a
talk by Neal Gafter at JavaPolis on Neal's proposal
for closures in Java and
saw some happy code. The syntax that Neal is currently proposing can sometimes
result in a ":)", which, as...