Clojure-Intro-Course / babel

MIT License
2 stars 0 forks source link

[Le #123] Wrong number of arguments for quote is treated as a spec error #41

Open stanislowskij opened 2 months ago

stanislowskij commented 2 months ago

⚠️ Imported from legacy repository. This issue is a duplicate of https://github.com/Clojure-Intro-Course/babel-legacy/issues/123.

babel.middleware=> (quote a b c)
Fails a predicate: 'The  argument of () fails a requirement: must be a
.
Call sequence:
[Clojure interactive session (repl)]
stanislowskij commented 1 month ago

(quote a b c) in Babel now seems to produce a NullPointerException, which is arguably worse than it is without (setup-exc) called, since this just gives an arity exception.