Arc Forumnew | comments | leaders | submitlogin
3 points by krapp 1412 days ago | link | parent

Is the problem the equality between nil and the empty list, or did that just expose some unknown flaw with the way Arc deals with macros?


3 points by zck 1409 days ago | link

I _think_ it's some weirdness with the nil/empty list thing. I was getting a case where (str x) resulted in the string "nil", but whatever that object was was not treated as nil, for example in conditionals.

-----