How do you construct a symbol in clojure?

Posted by Nick Orton on Stack Overflow See other posts from Stack Overflow or by Nick Orton
Published on 2010-06-03T11:50:50Z Indexed on 2010/06/03 11:54 UTC
Read the original article Hit count: 141

Filed under:
|
|

I want to construct a macro that given a symbol 'foo creates a method called foo*. How do concatinate 'foo and '* ?

© Stack Overflow or respective owner

Related posts about lisp

Related posts about clojure