Arc Forumnew | comments | leaders | submitlogin
1 point by aw 5252 days ago | link | parent

Check for nil before coercing to cons.


1 point by rocketnia 5251 days ago | link

With the fix, I have to do that. Without the fix, I can keep my code brief. For what it's worth, I like the fix better, but then I don't expect to write (aif (coerce (readline) 'cons) ...) much either.

-----