5 ms·
In a language like Clojure you wouldn't have the problem of autocomplete because there isn't an object for the method to be attached to. I love autocomplete an
by Roybatty 14y ago
In a language like Clojure you wouldn't have the problem of autocomplete because there isn't an object for the method to be attached to.
I love autocomplete and editors/IDEs for dynamic OO languages have a hard time providing it, because the type isn't know except through certain types of analysis, which can never be 100% known.