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?
Leiningen is a modern build system for our Clojure projects. It's also written and configured entirely in Clojure. It works similarly to Maven, giving us a declarative configuration that describes our project, without needing to configure exact steps to be executed.
It is Leiningen configuration. Have a look at : Sample project.clj.
If you are creating a Pedestal application, then that is why they want to skip AOT:
Why does pedestal skip AOT? and in Heroku context: Reason for skipping AOT?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With