Arc Forumnew | comments | leaders | submitlogin
2 points by hjek 2005 days ago | link | parent

Never mind, found less hacky solution:

    (mac li item
      `(tag li ,@item))

    (mac ol items
      `(tag ol ,@(map [list 'li _] items)))


2 points by akkartik 2004 days ago | link

That seems pretty much unhacky :)

-----