|
|
|
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, August 6, 2005,
Here is an interesting problem with making C++ style concepts a real type in a programming language.
by Christopher Diggins, August 5, 2005,
This is a very simple statement, but I don't like what C++ does with it.
by Bruce Eckel, August 5, 2005,
I've been working on this since the first post of this example; you can see that the code has been completely rewritten and (I think) greatly improved, both in terms of the generics and the performance tests themselves.
by Guido van van Rossum, August 5, 2005,
At OSCON I rewrote one of the earliest Python graphics demos I ever did, this time in Tkinter -- a colorful clock. Miguel de Icaza thinks it's cool!
by Guido van van Rossum, August 5, 2005,
I found this in my drafts, dated Feb 6 2005. I 'll just push it out now unedited. Original summary:
I thought it was clear that we should add interfaces to Python, but Phillip Eby reminded me that years ago I rejected them in favor of Abstract Base Classes (ABCs). Why? I don't remember! Which do you prefer?
by Bruce Eckel, August 4, 2005,
A few years ago, close on the heels of the dot-com bust, Rational basically imploded. IBM felt that there was still value in what was left of the company, and paid an exorbitant amount for the remains.
by Christopher Diggins, August 3, 2005,
I am in the middle of implementing the Heron standard library, and I have found two techniques for implementing container concepts. One is more object-oriented and the other is more generic. Which should I use?
by Christopher Diggins, July 31, 2005,
One of my pet peeves is when people reference Wikipedia as an authoritative source for computer science defintions.
by B. Scott Andersen, July 31, 2005,
Eric Armstrong's recent article on Artima caught my eye and made me
think a bit about the evolution of distributed programming techniques.
In the beginning, there was the message. But what now?
by Christopher Diggins, July 28, 2005,
I am conducting a survey to find out what it would take for a new programming language to impress people.
by Bruce Eckel, July 26, 2005,
This entry is a replacement for "When Generics Fail" (which was deleted). In that, I began with casting solution, thinking that there wasn't a generic solution, then Krzysztof Sobolewski corrected me. So instead, I will compare the two solutions.
by Michael Feathers, July 26, 2005,
I like little programming languages. The sad thing about designing one is that people expect you to have a purpose.
by Eric Armstrong, July 26, 2005,
A message-based design is fundamentally the right way to think about building a distributed system, as opposed to code sharing, remote procedure calls, and the like. This article explains why.
by Bruce Eckel, July 24, 2005,
Their last update is almost a year ago.
by Bruce Eckel, July 22, 2005,
A comment to an article by Craig Larman posted last year.
|
|
Sponsored Links
|