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

Ok, my repo now supports both formats:

  (each x '(1 2 (3 4)) :like 'code prn.x)

  (each x (code '(1 2 (3 4))) prn.x)
We'll see over time if one of the options is superior.