Re: list* not returning a list

2012-12-26 Thread Tom Jack
A small bug in ClojureScript was related to this: https://github.com/clojure/clojurescript/commit/88b36c177ebd1bb49dbd874a9d13652fd1de4027 It looks like the only thing missing to make Cons implement IPersistentList is IPersistentStack. Why not implement it? On Wednesday, December 26, 2012 4:13:

defcurried kv reduce

2012-06-13 Thread Tom Jack
Why do the clojure.core.reducers defcurried operators define the kv cases? Is there a way to use these? Since reducers and folders only implement {Coll,I}Reduce, I don't see why they are there. Are there changes coming that make this make sense? -- You received this message because you are sub