from Hacker News

Singool.js - lightweight JS framework for single-page web apps

by fahad19 on 5/12/12, 10:20 PM with 4 comments

  • by malandrew on 5/13/12, 8:45 PM

    Uggg. This should be called Singool.coffee, not Singool.js. Coffeescript is not javascript, just like Clojurescript is not javascript. It's another language that compiles down to Javascript. I really wish libraries built in Coffeescript could use the extension .coffee instead of .js. I'm glad the Clojurescript and Emscripten don't use misleading project names.
  • by dejan on 5/12/12, 10:39 PM

    how is it lightweight if it is built on top of Backbone.js?