Hacker News new | ask | show | jobs
by wilkes 5164 days ago
Chris Granger, of Light Table fame, has a few handy libraries. None of these are quite on par Meteor, but they are the basis for Light Table.

https://github.com/ibdknox/fetch - remoting

https://github.com/ibdknox/crate - html generation

https://github.com/ibdknox/jayq - jQuery wrapper

https://github.com/ibdknox/waltz - state machine

Checkout https://github.com/ibdknox/live-cljs for a cool example of using these libraries together.