Sponsored Link •
|
Artima Weblogs
Heron-Centric: Ruminations of a Language Designer A Weblog by Christopher Diggins |
|
Christopher is the creator of the Heron programming language.
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 |
September 23, 2005, 15 comments
Various musings about how to deal with units of measure in the Heron graphics library.
September 20, 2005, Submit comment
File this under 'tooting my own horn'.
September 18, 2005, 95 comments
In Python variables are never explicitly typed. I consider this a Very Bad Thing.
September 12, 2005, 6 comments
Currently Heron is not allowing implicit casting to function arguments. I am trying to decide whether this is a good thing.
September 11, 2005, 10 comments
For loop constructs in programming languages are usually syntactic sugar, but what should they map to?
September 10, 2005, 15 comments
When it comes down to it, C++ does only one thing wrong, it tries to be everyone's language.
September 9, 2005, 6 comments
Here is a pattern I call the Bus Pattern. It's like the Visitor Pattern, except it's not.
September 7, 2005, Submit comment
The latest version of HeronFront has just been made and now compiles on GCC 3.4.1
September 6, 2005, 5 comments
Operator precedence in Heron is tricky, because any sequence of legal operator characters is a legal operator.
September 4, 2005, 81 comments
There is a widespread belief that garbage collection leads to automatic memory management, and that without a GC memory management is neccessarily complex. These are both false.
September 3, 2005, 5 comments
File this under: too many darn symbols.
September 3, 2005, 13 comments
My recent blog-post "Post-TDD" has generated some interesting and lively discussion. Here are some more of my thoughts and clarifications.
September 2, 2005, Submit comment
The latest HeronFront preview release has the beginning of introspection/reflection support.
September 1, 2005, 11 comments
I have made a pre-release of HeronFront which semi-successfully translates to C++ the primitives module from the standard library.
|
Sponsored Links
|