Arc Forumnew | comments | leaders | submitlogin
1 point by akkartik 4795 days ago | link | parent

Hmm, this works with the new semantics:

  wart> (intersperse "; "
          (map [intersperse ": " _]
               '(("overflow" "'hidden'") ("width" "'100%'"))))
  "overflow: 'hidden'; width: '100%'"
Perhaps there's a different example?


1 point by thaddeus 4795 days ago | link

Can't seem to undelete my comment, but you're correct and I have no other examples :)

-----