I am new to clojure, when I use
lein new app
I saw this line
:main ^:skip-aot my-stuff.core
What does ^:skip-aot mean?
In which section of clojure document could I find the description?
I am new to clojure, when I use
lein new app
I saw this line
:main ^:skip-aot my-stuff.core
What does ^:skip-aot mean?
In which section of clojure document could I find the description?