Arc Forum
new
|
comments
|
leaders
|
submit
|
knome's comments
login
2 points
by
knome
6118 days ago |
link
|
parent
| on:
Mapping over a string is required to produce a str...
Why not have the value always be a list? Then you could do this :
(def stringize ( args ) (apply string args)) (stringize:map [coerce _ 'int] "test")
-----