clojure icon indicating copy to clipboard operation
clojure copied to clipboard

errors: explain terms used in clojure error output

Open practicalli-johnny opened this issue 10 months ago • 0 comments

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

practicalli-johnny avatar Apr 23 '25 09:04 practicalli-johnny