Arc Forumnew | comments | leaders | submitlogin
10 points by drcode 5602 days ago | link | parent

I would also point out that you can use a colon, which means you don't have to muck with parenthesis when inserting/removing the debugging code:

  (+ 3 (erp:/ 4 2) 5)


3 points by CatDancer 5602 days ago | link

Very nifty!

-----