Arc Forumnew | comments | leaders | submitlogin
2 points by rocketnia 4920 days ago | link | parent

(map [string "(" _ ")"] "test")

The function [string "(" _ ")"] returns strings, so if anything, the result of that expression should be a sequence of strings, not a string itself.

Nevertheless, maybe (mappend [string "(" _ ")"] "test") should do what you're thinking.