Arc Forumnew | comments | leaders | submitlogin

[deleted]


1 point by akkartik 4825 days ago | link

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 4825 days ago | link

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

-----