Arc Forumnew | comments | leaders | submitlogin
2 points by knome 6075 days ago | link | parent

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")