Fork me on GitHub
#clojure-dev
<
2016-01-17
>
bronsa12:01:41

@alexmiller: (defmacro .foo []) (.foo) returns nil, (defn .foo []) (.foo) throws an error

Alex Miller (Clojure team)16:01:56

seems unlikely the first should be legal

bronsa19:01:52

@alexmiller: it's the only way to make .. work though