JavaScript links of the morning
2012-09-28 20:00:35.389784+02 by Dan Lyke 0 comments
Yay! It's the incredible JavaScript creeping technology cognitive load!
- Dart is a "compiles into JavaScript" language that seems a hell of a lot more sane than CoffeeScript, and it's got a point-n-drool IDE environment for VisualStudio type programmers, and is being pushed by Google to be an in-browser successor to JavaScript.
- Jasmine "...is a behavior-driven development framework for testing JavaScript code".
- PhantomJS "...is a headless WebKit with JavaScript API." A way to run full on DOM applications for testing and such.