Arc Forumnew | comments | leaders | submitlogin
1 point by shader 5855 days ago | link | parent

I think the reason that case expects just cons instead of 'cons is that it automatically quotes the case arguments. It's been somewhat annoying for me too, because you can't use expressions for cases - unless you're matching against a list that contains code. ^^