Arc Forumnew | comments | leaders | submitlogin
1 point by tokipin 5823 days ago | link | parent

here's a macro that prints them out more telligibly:

  (mac pr2 args
       (let l (len args)
         `(do
            (pr ,@(firstn (- l 1) args))
            ,(last args))))