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, September 9, 2005, 6 comments
Here is a pattern I call the Bus Pattern. It's like the Visitor Pattern, except it's not.
by Bruce Eckel, September 8, 2005, 36 comments
In my research for the "Concurrency" chapter for Thinking in Java 4e, I've read through a lot of material. This morning, I started perusing the 3rd edition of "Java Threads" by Oaks & Wong, from O'Reilly.
by Christopher Diggins, September 7, 2005, Submit comment
The latest version of HeronFront has just been made and now compiles on GCC 3.4.1
by Michael Feathers, September 6, 2005, 20 comments
How do differences in temperament affect your team?
by Christopher Diggins, September 6, 2005, 5 comments
Operator precedence in Heron is tricky, because any sequence of legal operator characters is a legal operator.
by Christopher Diggins, September 4, 2005, 81 comments
There is a widespread belief that garbage collection leads to automatic memory management, and that without a GC memory management is neccessarily complex. These are both false.
by Christopher Diggins, September 3, 2005, 5 comments
File this under: too many darn symbols.
by Christopher Diggins, September 3, 2005, 13 comments
My recent blog-post "Post-TDD" has generated some interesting and lively discussion. Here are some more of my thoughts and clarifications.
by Christopher Diggins, September 2, 2005, Submit comment
The latest HeronFront preview release has the beginning of introspection/reflection support.
by Christopher Diggins, September 1, 2005, 11 comments
I have made a pre-release of HeronFront which semi-successfully translates to C++ the primitives module from the standard library.
by Christopher Diggins, September 1, 2005, 12 comments
Since Heron syntax is C++ based, I am experimenting to see what happens when you drop the requirement for the this keyword.
by Christopher Diggins, August 31, 2005, 26 comments
Test Driven Development (TDD) represents the state of the art of development processes, but what's next?
by Bruce Eckel, August 31, 2005, 7 comments
A reader questioned my project-estimation technique in "Thinking in C++, Volume 1."
by Michael Feathers, August 30, 2005, 14 comments
About 88% of an iceberg's mass is below water. How much of your class is down there too?
by Christopher Diggins, August 30, 2005, 12 comments
In languages like C++, functions return temporary stack allocated values which can be very inefficient. I am using a technique on Heron which I call transfer semantics to provide a work-around.
|
Sponsored Links
|