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 |
July 8, 2006, 7 comments
It appears that you can automatically identify and rewrite any recursive call in a stack based language like Cat, as a loop using a goto statement.
July 4, 2006, 12 comments
When two stacks are better than one. Also an introduction to the type annotation syntax which will be introduced in an upcoming version of Cat.
June 30, 2006, 6 comments
I've just released a new version of Cat, and it is leaner and meaner than ever. There have been syntax changes, and I attempt to provide a brief but useful tutorial.
June 29, 2006, 14 comments
I am examing the meaning of purity with regards to functions in an attempt to close the gap between imperative and functional languages.
June 26, 2006, 46 comments
The myth of functional language "purity" and marking side-effects in a programming language.
June 23, 2006, 4 comments
While working on the Cat to MSIL compiler I ran into some very annoying security features.
June 17, 2006, 9 comments
I have updated the documentation for Cat and released a new version of the interpreter.
June 16, 2006, 3 comments
News about the Heron and Cat programming language, and what is on the horizon.
May 27, 2006, 14 comments
There is now a downloadable interpreter with source for the Cat programming language written in C#.
May 13, 2006, 7 comments
I'm developing a stack based functional language, inspired by the Joy programming language called Cat. What is particularly interesting about Cat is that it is particularly well-suited to optimization.
May 9, 2006, 10 comments
HD DVD not only offers high-definition video playback, it also uses JavaScript and XML for authoring menus, interactive content, persistant storage, and network connectivity.
May 4, 2006, 9 comments
Imagine a hypothetical language that compiles to assembly only once all input arrives. It would be ridiculously fast, but somewhat limited since it could only be used as a filter. Is this a worthwhile trade-off?
April 29, 2006, 11 comments
I still don't quite get it, shouldn't every new language support a primitive Reduce() operation in anticipation of the brave new parallel world?
April 13, 2006, 1 comment
Michael Feathers recently suggested that maybe static typing is a form of bad coupling which we could do without. Well in C++ at least you can bridge static typing and dynamic typing.
March 12, 2006, 10 comments
The reason for the radio silence on my part lately is due to me being hired by Microsoft! What does this mean for my other projects?
|
Sponsored Links
|