Artima Weblogs |
Weblogs Forum |
Bloggers
|
Sponsored Link •
|
Artima Weblogs
A Community of Software Thinkers |
|
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 |
by Christopher Diggins, June 26, 2006, 46 comments
The myth of functional language "purity" and marking side-effects in a programming language.
by Sean Landis, June 25, 2006, 24 comments
With the demise of my former employer, I found
myself on the streets holding a sign that said: "Will do Jini for food." I finally landed a job with a company that does Jini, although I am
not doing Jini. This entry is a reflective on what I
learned about Java EE in that three month period.
by Michael Feathers, June 25, 2006, 3 comments
XP2006 is over. Here's the first in a series of writeups about what happened.
by Christopher Diggins, June 23, 2006, 4 comments
While working on the Cat to MSIL compiler I ran into some very annoying security features.
by Michael Feathers, June 23, 2006, 5 comments
The other day, I wrote a little testing tool for Java. It’s a simple little thing, just a set of classes that you can use with JUnit to make refactoring a little easier. When I was done, I looked at it and I realized that I’d made a bit of a mistake. I wrote the tool using Java 5.
by Guido van van Rossum, June 23, 2006, 3 comments
Consider this a set of shameless self-promotional plugs: the Python 3000 travels around the world, and my Python blog is being translated into Chinese!
by Bruce Eckel, June 21, 2006, 17 comments
One commenter on my previous blog entry suggested that, because "Jini has recently been released by Sun as an ALV2 licensed opensource system. Thus, the door has opened for a whole new wave of distributed systems revolution."
by Bruce Eckel, June 20, 2006, 22 comments
Like so many of the "this will solve all your problems" technologies of the past, CORBA came riding in on the usual fanfare of "yes, finally, this is really the one!"
by Christopher Diggins, June 17, 2006, 9 comments
I have updated the documentation for Cat and released a new version of the interpreter.
by Bruce Eckel, June 16, 2006, 2 comments
The "Thinking in Java" conference was kind of a bust, sign-up wise. And I think I know why.
by Christopher Diggins, June 16, 2006, 3 comments
News about the Heron and Cat programming language, and what is on the horizon.
by Andy Dent, June 15, 2006, 2 comments
Namespace processing seems to be the 'will do later' entry on every XML toolkit author's list. Following from discussion in the recent thread "Simplifying XML Manipulation" I wanted to emphasise that namespaces are the key to reuse in schemas and hence any chance of rich data interchange. Don't ignore them!
by Bruce Eckel, June 14, 2006, 7 comments
I came across a web site that had tried to be a magazine and was clearly having trouble. I think all attempts to simply transfer the magazine format to a web site haven't worked as expected.
by Guido van van Rossum, June 14, 2006, 5 comments
I couldn't find a thorough spec for the format called "unified diff" so I decided to research it. Here are my findings.
by Eamonn McManus, June 12, 2006, Submit comment
Looking at the Java Reflection API, we can learn some lessons about immutability.
|
Sponsored Links
|