Arc Forumnew | comments | leaders | submitlogin
1 point by goodbyejim 6074 days ago | link | parent

arc> (cdr '(a)) nil

which in regular scheme would return () . This is has the effect of reducing the number of parentheses, which is a good thing.