Arc Forumnew | comments | leaders | submitlogin
3 points by shader 5142 days ago | link | parent

Note that you don't need the nil at the end of the if, so

  (if a b)
also works.


1 point by dpkendal 5142 days ago | link

Either of these are neater than using `and`, which for clarity is better only used as a predicate, in my opinion.

Thanks fallintothis, zck, and shader for your improvements. I'm trying to take everyone's suggestions into account to make a new version, which I'll put in Anarki when I'm satisfied with it.

-----