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 Michael Feathers, January 24, 2006, 7 comments
It's been ages since Ive visited a team that didnt use some form of third-party software, something more than their platform. Often this software is integral to their work. Why dont they treat that way?
by Christopher Diggins, January 24, 2006, 1 comment
I've just uploaded the latest Heron version which now supports classes, structs and delegations
by Eric Armstrong, January 22, 2006, 2 comments
When it comes to information reuse in multiple contexts, backpointers are critical. Doug Engelbart said so in 1968. I finally understand why...
by Christopher Diggins, January 21, 2006, 4 comments
For the umpteenth time I am changing my name about how to name traits/interfaces in Heron.
by Christopher Diggins, January 18, 2006, 41 comments
I don't know any language which is so perverse as to do such a thing, but I want to throw it out there as an idea to torment people.
by Christopher Diggins, January 14, 2006, 36 comments
So am I actually doing anything?
by Christopher Diggins, January 13, 2006, 35 comments
I thought I would share my latest attempt at writing a white paper describing the implicit behavioral subtyping mechanism I am using for the current Heron prototype (yes you can download it at http://www.heron-language.com/ ). Any comments would be appreciated.
by Guido van van Rossum, January 10, 2006, 14 comments
A rambling discourse touching on my new job, the prospects for PyCon, and what's hot in python-dev.
by Bruce Eckel, January 6, 2006, 8 comments
Mike Levin has posted a new podcast interview with me, recorded 1/4/06.
by Gregg Wonderly, January 5, 2006, 3 comments
Sybase's implementation of PreparedStatement does not use Statement.clearWarnings() automatically on repeated uses. This results in the accumulation of SybSQLWarning and SybSQLResultSet objects, one pair per call use.
by Gregg Wonderly, January 3, 2006, 5 comments
I recently noticed in JRE1.5 that HotSpot is yanking loop controls as invariant when not marked as volatile. Have you encountered this?
by Christopher Diggins, January 2, 2006, 17 comments
The latest HeronFront prototype now provides traits which support structural subtyping (duck typing),
and behavioral subtyping. This extensions should prove very interesting to people who are interested
in agile programming methodologies, and programming with contracts.
by Christopher Diggins, December 31, 2005, 5 comments
I made a mistake in my latest Agile C++ article for C++ Users Journal, and I want to retract it.
by Christopher Diggins, December 29, 2005, 21 comments
I was working on specifying separate mixin and interface types, when I remembered Scala Traits / Ruby Modules.
by Eamonn McManus, December 28, 2005, 34 comments
There are tons of books and articles about how to design and write good Java code, but surprisingly little about the specific topic of API design. Here's a summary of what I've learnt on the subject from various sources and my own experience.
|
Sponsored Links
|