Hacker News new | ask | show | jobs
by hkjgkjy 3298 days ago
If you are interested in following this idea even further, try Reagent in Clojurescript out. It works in the same way - it's all data.

An example:

    (let [greeting [:div {:style {:background "green"}} "hello"]]
      [:section#hi-there greeting])
Just a little bit of data!