a!b and (!b a) are equivalent:
arc> (= a (table)) #hash() arc>(= a!b 42) 42 arc> a!b 42 arc> (!b a) 42 arc> (is a!b (!b a)) t
-----