Re: Clojurescript NS question

2012-05-16 Thread Michał Marczyk
Actually the part on persistent collections not being implemented was out of date too for the latest release. Fixed now. I'm actually not sure whether there still are unported collection functions; if so, there aren't many. M. On 16 May 2012 14:35, Michał Marczyk wrote: > That was out of date.

Re: Clojurescript NS question

2012-05-16 Thread Michał Marczyk
That was out of date. Fixed now. Cheers, M. On 16 May 2012 07:37, Oded Badt wrote: > Sorry, meant to quote: > " :use is not supported  " > > > On Wednesday, May 16, 2012 8:36:24 AM UTC+3, Oded Badt wrote: >> >> In: >> https://github.com/clojure/clojurescript/wiki/Differences-from-Clojure >> It

Re: Clojurescript NS question

2012-05-15 Thread Oded Badt
Sorry, meant to quote: " :use is not supported " On Wednesday, May 16, 2012 8:36:24 AM UTC+3, Oded Badt wrote: > > In: > https://github.com/clojure/clojurescript/wiki/Differences-from-Clojure > It is written than: > "You must use the :as form of :require " > > Does this basically mean there

Clojurescript NS question

2012-05-15 Thread Oded Badt
In: https://github.com/clojure/clojurescript/wiki/Differences-from-Clojure It is written than: "You must use the :as form of :require " Does this basically mean there is no natural way to write a set of functions and import them globally (with no namespace prefix)? For example I would like