Hacker News new | ask | show | jobs
by mark_l_watson 5066 days ago
I totally agree that Clojure and Noir are a great choice. In dev mode with automatic code reloading, you have a fluid setup.

I am starting to rebel a bit against really fat JavaScript/CoffeeScript/ClojureScript clients as the default implementation strategy. For many apps, using old fashioned forms, render on the server, and after you have functionality convert bits to AJAX as needed to make the web app nicer to use. It is an economic decision: is the cost of a slick fat client justified for a given project?