Re: Clojurescript standards to integrate other libraries

2012-04-13 Thread Mark Rathwell
Hi, Below are some good resources for the questions you have. Just a note, you can advanced compile your own code that calls out to jQuery, and others, you just can't compile those libraries in. So, there are existing extern files for jQuery, and for other libraries you might be using, you can c

Clojurescript standards to integrate other libraries

2012-04-13 Thread Prasanna Gautam
I'm quite new to clojurescript and I'm working on using clojurescript with some other javascript libraries - most notably I would like to get jQuery and Highcharts to work right now. Are there any established patterns or projects that make it easier to write wrappers for libraries that aren't c