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, December 28, 2005, 52 comments
I believe interfaces are important enough to warrant a categorization of IOPL's (Interface Oriented Programming Languages). Here's my attempt to describe them.
by Dale Asberry, December 22, 2005, 19 comments
For those following my blog, you know that my academic experience resulted in a degree in Physics. Even though I professionally engage in programming, I would prefer to play in the world of physics.
by Bruce Eckel, 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.
by Dale Asberry, December 15, 2005, 3 comments
Found these references to be handy...
by Guido van van Rossum, December 14, 2005, 5 comments
Python used in Finnish art installation.
by Dale Asberry, December 1, 2005, 8 comments
A bliki is a key piece in my proposed Personal Knowledge Management platform - I have some ideas, but would like to hear suggestions from others
by Christopher Diggins, November 29, 2005, 3 comments
I have just released a new version of the OOTL which contains a VList based implementation of a stack data-type and a hash table data-type.
by Dale Asberry, November 28, 2005, 4 comments
Various web service APIs have been maturing, other technologies have become available, and my own personal thoughts have congealed such that I can create a useful personal knowledge management platform.
by Michael Feathers, November 24, 2005, 4 comments
Okay, so Turkey Day is tomorrow. It's time for a frivolous, non-software related blog. Or not. I could tie software in at the last moment to keep things on topic. I usually do. We'll see how it goes.
by Christopher Diggins, November 24, 2005, 40 comments
From Wikipedia: "Hash tables are not persistent data structures, in the sense that there is no simple space-efficient way to update a hash table while retaining access to the previous copy of the hash table.". This is false, and Wikipedia should know why.
by Michael Feathers, November 21, 2005, 15 comments
Isn't it wonderful to complain about something minor? Something so nit picky<Ctrl-S> that most people wouldn't care about it? Well, here's something in that vein.<Ctrl-S>
by Christopher Diggins, November 18, 2005, Submit comment
The growable array I posted about two days ago has evolved into a full-featured stack template class with more features, more tests, better performance and contract verification.
by Michael Feathers, November 17, 2005, 25 comments
Scott Bellware just posted a link to Microsoft's guidelines for TDD on the TDD mailing list. <sigh>
by Christopher Diggins, November 16, 2005, 18 comments
I have just developed a growable array class as part of the OOTL, which outperforms std::vector on calls to push_back() by a factor of 2.5 on my installation of GCC.
by Christopher Diggins, November 15, 2005, 9 comments
The C++ Cookbook, which I cowrote with Ryan Stephens, Jonathan Turkanis, and Jeff Cogswell, is now for sale at Amazon.com and other book sellers.
|
Sponsored Links
|