|
|
|
|
|
by tuveson
426 days ago
|
|
How would you write this in Lisp without introducing a bunch of parens? `if (0 <= x + m && x + m <= n) {…}` I’m not a Lisp hater, but there’s a reason people make this criticism. I think most people find the infix version easier to read. |
|