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 ... 46 47 48 49 50 51 52 53 54 55 56 ]
by Michael Feathers, January 24, 2006,  7 comments
It's been ages since I’ve visited a team that didn’t use some form of third-party software, something more than their platform. Often this software is integral to their work. Why don’t 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.
89 pages [ 1 ... 46 47 48 49 50 51 52 53 54 55 56 ]
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