Finding the version of Clojure you are using is as simple as executing one of the following commands inside the Clojure REPL, which you can enter by running clojure: # clojure Clojure 1.8.0 user=> ...
So, why type inference is useful at all? Well, the most obvious usage of type inference is it can save you from typing too much, for example, what type the following expression has? Let us have an ...
This app is a stripped-down variant of Sean Corfield's usermanager-example project (synced as of commit SHA 2a9cf63). Sean's original "User Manager" example project and its variants (including this ...