Just teaching myself clojure and wondering around:
I am trying to create a function that takes an argument and adds it to a string. Being a newbie, i dont know if i am doing it right or wrong but it is not working. I want it to say "Hello, Ron !"
(fn
[x]
((str "hello, " %1 " !") x) "Ron")
This might sound basic
java.lang.RuntimeException: Unable to resolve symbol: % in this context, compiling:(NO_SOURCE_PATH:0)