> Trying to migrate some of my code from clojure and javascript to
> ClojureScript and I'm missing 'sorted-set'
> 
> Does anyone know if is is one of those parts of the library that has
> just not yet been migrated?
> Or will not at all be migrated?
> Or maybe I'm getting something wrong and its usage is not recommended
> in Clojure? In that case is there a recommended alternative?
> 
> It might affect my ability to migrate to ClojureScript. Today I'm
> using javascript arrays that I keep sorted on the client side and
> clojure sorted-sets on the server. It would be really cool to have
> sorted-set's on both sides
> 
> 
> thanks
>   Oded

Hi Oded,

sorted-set is on the todo list. Also, the "which libraries are todo" list is 
available in the repos at devnotes/corelib.org. Just look for anything marked 
"todo".

Stu

Stuart Halloway
Clojure/core
http://clojure.com

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
  • sorted-set Oded Badt
    • Re: sorted-set Stuart Halloway

Reply via email to