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 Michele Simionato, October 6, 2008, 13 comments
In this installment I will talk about tail call optimization, performance and the R6RS module system.
by Andy Dent, October 5, 2008, Submit comment
An attempt to answer the question - given 1 million lines of code in the repository (i.e. SVN), is there some rule of thumb as to the number of developers we have to keep on staff just to maintain those 1 million lines of code?
by Bruce Eckel, October 1, 2008, Submit comment
You know the bad feeling when you start looking at a Java code base that's just wrong. Proving it is something else again. Here's one way to show it.
by Michele Simionato, October 1, 2008, 11 comments
Yet another introductory installment. However, after a brief discussion of the available Scheme bibliografy, I will actually start writing real Scheme code ...
by Michele Simionato, September 29, 2008, 6 comments
In this episode I will talk about Scheme syntax, i.e. about the prefix notation and the infamous parentheses(!)
by Cees de Groot, September 26, 2008, 13 comments
SqueakNOS is an old idea that has gotten the kiss of life again. You want fast, simple, and OO? Check it out.
by Matthew Wilson, September 26, 2008, Submit comment
Just a heads up about three new libraries, and improvements in two established ones, ... (and a thinly veiled hint at some help from any members of the C++ community who have time, and a desire to work with highly efficient, highly robust libraries.)
by Bruce Eckel, September 25, 2008, 15 comments
If Python's what I want to do, I should write that book about it. Herein I muse about how to create a book relying largely on community input and help.
by Bruce Eckel, September 23, 2008, 43 comments
The response to arguments about self in Python is "explicit is better than implicit." In a discussion at Pycon Brazil, I realized that we do need self in the body of a method, but being forced to place it in the argument list is redundant. I'm not actually expecting it to change, but I want to try to establish that this isn't a dumb argument.
by Bruce Eckel, September 22, 2008, 1 comment
Brazilians are very warm and friendly, and PyCon Brazil in Rio de Janeiro had over 300 very enthusiastic and committed Python programmers.
by Matthew Wilson, September 21, 2008, Submit comment
Having the computer help you write and maintain your code is an essential facet of successful software development, and all good consultants will recommended that you follow suit. (Even if, sometimes, they forget to do so themselves ...)
by Michele Simionato, September 21, 2008, 5 comments
Scheme is a language with many implementations and with few libraries.
In this episode I will discuss the current situation and I will
give some useful indication to the Scheme beginner.
by Michele Simionato, September 18, 2008, 5 comments
This is the first episode of a long running series of articles about Scheme. Currently I have published the first 11 episodes of it on Stacktrace. This episode is a revised translation of http://stacktrace.it/2008/02/le-avventure-di-un-pythonista-schemeland-1/
by Ian Robertson, September 17, 2008, 12 comments
Once the boilerplate traditionally associated with the Service Locator Pattern is eliminated, one of the key motivations for Dependency Injection is reduced, if not eliminated. This article, the second of a two part series, looks at the pros and cons of each approach to interacting with services.
by Ian Robertson, September 14, 2008, 11 comments
Traditional implementations of the Service Locator Pattern result in a large amount of boilerplate code. This article, the first of a two part series, shows that this is not a necessary weakness.
|
Sponsored Links
|