Re: [ClojureScript] [ANN] Om Server Rendering Example

2014-08-06 Thread Dom Kiva-Meyer
Hi Dylan, Good stuff! Thanks for the kind words about my work and for sharing what you made. In terms of using whitespace optimizations for Nashorn evaluation, I agree that is is far from ideal. I was very excited to see Mike Thompson's recent experiment on ClojureScript testing without

Re: [ClojureScript] [ANN] Om Server Rendering Example

2014-08-06 Thread Dylan Butman
Hey Dom, Saw the release ANN for Silk early today. It's on my shortlist of things to take a deep look at. Hopefully tomorrow. The routing code in omelette looked pretty reasonable, and I'm interested to see how you've abstracted it. Will get back to you with comments as soon as I've had some

[ClojureScript] [ANN] Om Server Rendering Example

2014-08-02 Thread Dylan Butman
I was really excited to see [Dom Kiva-Meyer](https://github.com/DomKM)'s article on [Isomorphic Clojure[script]](http://domkm.com/posts/2014-06-15-isomorphic-clojure-1/) and the accompanying example project [Omelette](https://github.com/DomKM/omelette). His server rendering implementation is