Thanks a lot for all the answers :)

I've been busy trying to understand all the scripts that you posted.
The code works but I also wanted to know why.
I'm new to Clojure and it's hard for me to understand "advanced code",
but looking through the docs and the api I'm learning a lot.

Cheers!

On 4 Des, 23:16, Tyler Perkins <thinks.outs...@gmail.com> wrote:
> Or, better yet,
>
>        (into {}
>              (->> (str "{" (slurp "data") "}")
>                   read-string
>                   (map (fn [[k v]] [(keyword (str k)) v]))))

-- 
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

Reply via email to