Arc Forumnew | comments | leaders | submitlogin
2 points by akkartik 4562 days ago | link | parent

You'll like my impl of wipe, then :)

  ; infinite nil generator
  = nils '(nil)   cdr.nils nils

  mac wipe places
    `(= ,@(zip-flat places nils))


1 point by rocketnia 4561 days ago | link

That is pretty nice, yeah. ^_^

-----