clojure
clojure copied to clipboard
errors: explain terms used in clojure error output
Explain the language that clojure uses in its error reporting
Examples
- ctor - class constructor - tried to create a new object from a class using its constructor method but didnt find it or has incorrect arguments - may have tried to invoke a constructor on a function rather than a class