Arc Forumnew | comments | leaders | submit | knome's commentslogin

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

-----