Re: Converting String to Hashmap

2012-06-19 Thread David Powell
On Mon, Jun 18, 2012 at 4:18 PM, Antix wrote: > Hi Guys, > I'm very new to clojure and searching for a way to convert a given > String to a Hashmap as far as this is possible. > I thought already about the use of a macro, but all the different > quotes are a little bit confusing for me. > > Is it

Re: Converting String to Hashmap

2012-06-18 Thread Antix
Thank you. That solution worked for me. @Tassilo: haha, yeah a nerd should definedly deserves an own gender ;D On 18 Jun., 18:44, Jay Fields wrote: > first of all, what gender is "n"? =) > > http://blog.jayfields.com/2011/03/clojure-eval-ing-string-in-clojure > > On Mon, Jun 18, 2012 at 11:18

Re: Converting String to Hashmap

2012-06-18 Thread Tassilo Horn
Jay Fields writes: > first of all, what gender is "n"? =) *N*erd! What else could it be?! Bye, Tassilo -- 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

Re: Converting String to Hashmap

2012-06-18 Thread Jay Fields
first of all, what gender is "n"? =) http://blog.jayfields.com/2011/03/clojure-eval-ing-string-in-clojure.html On Mon, Jun 18, 2012 at 11:18 AM, Antix wrote: > Hi Guys, > I'm very new to clojure and searching for a way to convert a given > String to a Hashmap as far as this is possible. > I thou