Arc Forumnew | comments | leaders | submitlogin
1 point by pg 5076 days ago | link | parent

I like using the symbol nil for the empty list.


2 points by akkartik 5076 days ago | link

Any code that interacts with scheme code ends up having to jump through hoops like the JSON parser did: http://arclanguage.org/item?id=10799

I suppose the answer is to just make (is nil '()) true.

-----