Hi, Gary Trakhman Good job, thank you very much!
On Friday, July 26, 2013 9:44:31 AM UTC+8, Gary Trakhman wrote: > > It might be more clear if you simply show sample inputs and outputs. > Something like this: > > in: "name" > out: 'name > > probably what you want is: > (symbol (name x)) > > works for keywords too, cuts off any namespace prefix. > > > On Thu, Jul 25, 2013 at 9:29 PM, <[email protected] <javascript:>> wrote: > >> Hello, >> I have a problem how we convert from string to symbol, for example: >> (def str_name "name") >> I want have a result that symbol is :name through processing str_name, >> could you a best advice? >> >> thank you! >> >> -- >> -- >> You received this message because you are subscribed to the Google >> Groups "Clojure" group. >> To post to this group, send email to [email protected]<javascript:> >> Note that posts from new members are moderated - please be patient with >> your first post. >> To unsubscribe from this group, send email to >> [email protected] <javascript:> >> For more options, visit this group at >> http://groups.google.com/group/clojure?hl=en >> --- >> You received this message because you are subscribed to the Google Groups >> "Clojure" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
