Echo JS 0.11.0

<~>

ned comments

ned 3729 days ago. link 1 point
"Built (…) according to the latest industry trends", yet it uses contenteditable. All the recent rich text editors (CodeMirror, Google Docs…) don't use contenteditable, and implement selection, focus, insertion, undo, etc themselves.

Still, the UI is really nice, and it can still be useful if you don't need the resulting markup to be perfect.
ned 3889 days ago. link 3 points
Beware: it alters the prototype of Node and NodeList.
ned 3921 days ago. link 2 points
Funny, the first thing I thought of was:
Jasper.call(this, this)
ned 3939 days ago. link 3 points
I think Dart will start to become interesting when they enable the Dart VM in Chrome by default. Then there'll be a real benefit for app developers (a speed upgrade), with a backward compatibility built in (compilation to JS for other browsers).

The other benefits (code organisation, language features, etc) are available in other "compile to JS" languages like CoffeeScript, TypeScript, ClojureScript, etc. In that regard, CoffeeScript benefits from a much wider adoption, making it a safer bet.

So personally I'm keeping an eye on it, waiting for its integration in Chrome.