Re: [ClojureScript] Fun map over keyword

2014-01-16 Thread JoaquĆ­n Oltra
I don't know if it's at the latest but you may want to try http://himera.herokuapp.com/index.html for an online repl . It gives the correct error on that code. -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you

Re: [ClojureScript] Fun map over keyword

2014-01-15 Thread David Nolen
clojurescript.net is a fork that can bootstrap to JavaScript. It's pretty disconnected from mainline ClojureScript development. David On Wed, Jan 15, 2014 at 1:04 PM, Ruslan Prokopchuk wrote: > I can't figure out version which is used here > http://www.clojurescript.net/ but it seems about a ye

Re: [ClojureScript] Fun map over keyword

2014-01-15 Thread Ruslan Prokopchuk
I can't figure out version which is used here http://www.clojurescript.net/ but it seems about a year old after looking on files at github. -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to th

Re: [ClojureScript] Fun map over keyword

2014-01-15 Thread David Nolen
This throws an error and has for a long time now. What version of ClojureScript are you using? On Wed, Jan 15, 2014 at 12:46 PM, Ruslan Prokopchuk wrote: > cljs.user=> (map identity :x) > (: "'" "x") > > -- > Note that posts from new members are moderated - please be patient with > your first po

[ClojureScript] Fun map over keyword

2014-01-15 Thread Ruslan Prokopchuk
cljs.user=> (map identity :x) (: "'" "x") -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails fr