While staying in the US I got a lot of hacking time in. The first result is a new version of Joose the JavaScript meta system that should feel very familiar to everybody who uses Moose :)
The new feature I find most useful is the ability to add custom class builder methods:
Class("MyClass", { methods: { ... }, primaryKey: "id" })
The "class builder methods" in this example methods and primaryKey are just methods on the meta class and can be freely defined and overwritten.
Secondly, I put a lot of work into blok. blok is an application build on Joose that enables collaborative editing of simple flow charts and user interface prototypes.
Back to hacking...