Why does taking out nil break this code segment?

Discussion of Common Lisp
yougene
Posts: 23
Joined: Thu Jan 21, 2010 1:23 pm

Re: Why does taking out nil break this code segment?

Post by yougene » Sat Jan 30, 2010 12:18 pm

It all makes sense now, thanks guys.

I find cond's nicer to work with, but I still find myself visualizing the code as nested if statements. It's a fun challenge though.

Post Reply