The Artima Developer Community
Articles | News | Weblogs | Books | Forums
Sponsored Link

Artima Weblogs
Heron-Centric: Ruminations of a Language Designer
A Weblog by Christopher Diggins
Welcome Guest
  Sign In
13 pages [ 1 2 3 4 5 6 7 8 9 ]
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?
13 pages [ 1 2 3 4 5 6 7 8 9 ]
Subscribe to be notified of new weblog posts by Christopher Diggins via RSS.

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use