How do I convert Symbol to String ,Integer to Float and other similar type conversion in Clojure?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
you tell the compiler what type you want something to be by adding meta-data to it.
symbol to string
for numbers use the name of the type as a function name
for more info: http://clojure.org/java_interop#toc35 |
||||
|
|