In my Clojure project, I am using Clojure Spec but If I need to use some lib like compojure-api then I need to use Schema.
- What is the advantage one over the others?
- Why would I consider one over the others?
- Which one is good for compile type checked?