implements shorthands for attribute access and method call
npm install eslisp-dotifyTransform macro for Eslisp. Implements a
shorthand syntax for property access and method calls, similar to the
corresponding features in Clojure
or Wisp. Nicely complements eslisp-propertify.


````
(.-baz (foo bar)) => (. (foo bar) baz)
(.-baz.quux (foo bar)) => (. (foo bar) baz quux)
(.baz (foo bar)
(.baz.quux (foo bar)
И те така те....