The Artima Developer Community
Articles | News | Weblogs | Books | Forums
Artima Weblogs | Weblogs Forum | Bloggers
Sponsored Link

Artima Weblogs
A Community of Software Thinkers
Welcome Guest
  Sign In
89 pages [ 1 ... 54 55 56 57 58 59 60 61 62 63 64 ]
by Christopher Diggins, August 6, 2005,  12 comments
Here is an interesting problem with making C++ style concepts a real type in a programming language.
by Christopher Diggins, August 5, 2005,  2 comments
This is a very simple statement, but I don't like what C++ does with it.
by Bruce Eckel, August 5, 2005,  11 comments
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,  9 comments
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,  42 comments
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,  35 comments
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,  13 comments
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,  27 comments
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,  13 comments
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,  44 comments
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,  6 comments
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,  3 comments
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,  50 comments
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,  1 comment
Their last update is almost a year ago.
by Bruce Eckel, July 22, 2005,  12 comments
A comment to an article by Craig Larman posted last year.
89 pages [ 1 ... 54 55 56 57 58 59 60 61 62 63 64 ]
Subscribe to be notified of new Artima Weblogs posts via RSS.

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use