Re: [ClojureScript] Re: ClojureScript & Clojure 1.6.0

2014-07-06 Thread Yehonathan Sharvit
David, This compiltaion issue is still not solved. It prevents from me to upgrade to the latest clojurescript “0.0-2268” What is the proper channel to report this issue? On Tue, Jun 10, 2014 at 8:40 AM, David Nolen wrote: > Looks like new warnings from the Closure Compiler - something for > co

[ClojureScript] ANN: ClojureScript 0.0-2268

2014-07-06 Thread David Nolen
ClojureScript, the Clojure compiler that emits JavaScript source code. README and source code: https://github.com/clojure/clojurescript New release version: 0.0-2268 Leiningen dependency information: [org.clojure/clojurescript "0.0-2268"] The main reason for this release is to address a cr

[ClojureScript] Re: project ideas

2014-07-06 Thread Paul Cowan
thank you sooo much for these. brilliant On Sunday, July 6, 2014, Daniel Kersten wrote: > I don't know how easy or hard these would be, but here's some things on my > current wishlist: > > Likely not good candidates because clojurescript use will be limited (if > needed at all): > >- devcar

Re: [ClojureScript] pr-str and #{} sets

2014-07-06 Thread whodidthis
On Sunday, July 6, 2014 6:54:16 AM UTC+3, David Della Costa wrote: > Can you attach a refheap/gist/etc. of the code you are using to send and > > to receive EDN? That would help a lot in diagnosing your issue. > > > > For what it's worth, we are sending and receiving data, including sets, > >

Re: [ClojureScript] project ideas

2014-07-06 Thread Daniel Kersten
I don't know how easy or hard these would be, but here's some things on my current wishlist: Likely not good candidates because clojurescript use will be limited (if needed at all): - devcards containing kioo components that reload when the html file changes - devcards that reload when t

[ClojureScript] Re: pr-str and #{} sets

2014-07-06 Thread Thomas Heller
On Saturday, July 5, 2014 9:53:33 PM UTC+2, Andrew Nguyen wrote: > I am using a combination of pr-str cljs.reader/read-string to communicate > between the front and backends. Everything has been working as expected but > I'm now trying to send data that contains a clojure set and pr-str seems to

[ClojureScript] project ideas

2014-07-06 Thread Paul Cowan
hi, I'm just getting into cloujurescript and om and I'm looking for a good OSS project to get my teeth into. what widget, library or feature is currently missing that I could provide a solution for? -- Cheers Paul Cowan Cutting-Edge Solutions (Scotland) blog: http://thesoftwaresimpleto

[ClojureScript] Coils - Another demo on Clojurescript Om web app playback

2014-07-06 Thread Zubair Quraishi
I posted a playback example earlier using the Coils framework which uses David's Nolen's Om framework. Now you can also step through time, and see the source too: http://connecttous.co/connecttous/connecttous.html?livedebug=true :Play with the app then press the "debug" button at the top -- N