Hacker News new | ask | show | jobs
by klipt 2548 days ago
Well choosing between

(- (+ 1 2 3 4 5) 1)

and

- + + + + 1 2 3 4 5 1

The first one seems much more readable to me...