babashka/sci

Can't define + call function with name "catch"

borkdude opened this issue · 0 comments

Repro:

user=> (defn catch [])
#'user/catch
user=> (catch)
java.lang.IllegalArgumentException: No matching clause: catch [at <repl>:2:1]