http://github.com/CatDancer/arc/tree/arc2.chained-bang-and-dot0 http://github.com/CatDancer/arc/tree/arc2.nested-setter-fix0
arc> (ssexpand 'a.b.c.) (((a b) c) #<eof>) arc> (ssexpand 'a.b.c!) (((a b) c) (quote #<eof>))
-----