#4 Lisp `or` vs. `if`

Closed
opened 5 years ago by Ambrevar · 1 comments

Just a nit, but

(if go-dir go-dir scm-dir)

is less lispy then

(or go-dir scm-dir)

:)

Just a nit, but ``` (if go-dir go-dir scm-dir) ``` is less lispy then ``` (or go-dir scm-dir) ``` :)
alezost commented 5 years ago
Owner

Ouch, shame on me! I rarely write code these days, and I seem to forget how to do it, thanks!

Ouch, shame on me! I rarely write code these days, and I seem to forget how to do it, thanks!
Sign in to join this conversation.
No Label
No Milestone
No assignee
2 Participants
Loading...
Cancel
Save
There is no content yet.