Search code examples
clojure

Whats is ->, ->> , ^ :private, s/def s/defn and : - in Clojure


Sincerelly, I read a lot of times about this commands and I don't understand what the real objectives. I'm reading pedestal documentation and I saw a lot of this command -> and ->> and I read in nubank's github public repository somethings as ^:private, s/def, s/defn and :-


Solution

  • You should go through a Clojure tutorial first to understand meaning of basic constructs and symbols. These resources can help

    In short,