April 26, 2010, 9:02 p.m.
—
Permalink
Over the past few months I have been working on a new programming language for the JVM. It's called Gleam and its purpose is to make view layer programming for web applications easier. You can read more on the approach taken and the problems it is trying to solve here ...
Read more
April 26, 2010, 5:17 p.m.
—
Permalink
Following a discussion over on David MacIver's blog. I have a piece of functionality I'd like to see in more languages. The ability to easily add information to exceptions try { // ... } catch (Exception e) { e.addInformation("serverName", serverName); throw e; } Or, even better, a way to annotate ...
Read more