Are there any Clojure web frameworks that really embrace ClojureScript and blur the line between the server and the client like Meteor recently demonstrated? Sorry to be off-topic.
I took <a href="http://synonym.dartlang.org/" rel="nofollow">http://synonym.dartlang.org/</a> as an inspiration ;) This is a work in progress. Suggested additions, modifications, corrections welcome!
This is awesome. I especially love the contrast between first-class namespaces, immutable collections, and destructuring.<p>Also, towards the bottom: "Ocaml, Haskell style pattern matching is a library. Prolog style relational programming is a library." core.match/core.logic is like Michael Fassbender. It's everywhere! :D
Callable Collections -> (map address [:zip street])<p>Should that be :street instead?<p>Love the sheet. Got 4 days of vacation on front of me and I'm planning to play with Clojure and ClojureScript during that time. Perfect timing.<p>Edit: Another one:<p>Iterators
Uniform Iteration For All Types<p>"JavaScript natives are safely ?______? to the same iteration protocol" - missing word, I guess.<p>Would create a pull request (is that even polite/acceptable for ridiculously small things and typos?), but maybe the author is following this thread?
I wish this existed few weeks ago. It would be awesome if there's something similar to this but with JavaScript/jQuery translations to ClojureScript/Google Closure. In my opinion, that's the hardest part after getting the basics.