Dog : A Social Language

Dog seems to be a little language for writing social software. Initial thoughts : Big question is what it compiles to. It’s about time we had a programming language that compiles a single program down to parts that run on both server and clients, in a really easy and transparent way. Building in knowledge of protocols …

Google's Dart

So Google’s Javascript replacement language, Dart goes public. Looks awfully like Java with a smattering of CoffeeScript. I like the empty compact constructor and the one-liner functions. But I’m not sure what those colon ones are doing. Presumably some jQuery-like action with the document.query(). Looks a little bit messy, but then Javascript has got kind …