Fork me on GitHub
#beginners
<
2017-02-11
>
Pipo23:02:07

Hi everyone. I tried to bind a symbol with the symbol function, like this : (def (symbol "hello") 3). But it throws an exception, complaining (symbol "hello") is not a symbol. I don't get how i could evaluate (symbol "hello") and pass the symbol to def.

Pipo23:02:53

I'm still bad at clojure evaluating shenanigans. 😕