ClojureScript talk

2016-12-05 Thread Asher Coren
Here is the link to a talk I gave in the last Clojure Conj, about developing a web app with ClojureScript: https://www.youtube.com/watch?v=K6ZoF3CHsa0 Good for beginners and intermediates. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to

Re: How to compile with optimizations none when using web workers

2016-05-30 Thread Asher Coren
Thomas, I as well think modules is the right approach when using web workers. What can I do if my app code is build from many namespaces? How do I tell the main module to use all of them? Do I have to list them ALL? On Friday, February 19, 2016 at 5:54:59 PM UTC+2, William la Forge wrote: > > C