Hello, Total noobie here. I'm trying to create a sort of a string maker function. Something like:
(defn string-maker [string-name the-string] (def string-name (str the-string))) so that I can call the function like so: (string-maker "friend" "Peter") which I expect to give me the variable: friend with the value: Peter But alas, no luck. Can anybody point me in the right direction? Thanks! tuba -- 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