|
|
|
|
|
by robto
2266 days ago
|
|
Coming from a lisp I often wish other languages had `cond` so I don't have to nest if statements. This looks like a poor man's cond. So yes, I do find this more readable. It makes it clear that only one branch will get executed. |
|