ClojureDocs

Clojure/Conj 2026 — Charlotte, NC — Sept 30 - Oct 2 Learn More & Get Tickets →

Search results for query: @doc (recur | loop)

1 to 4 of 4 results. prev page | next page

  • recur

    clojure.core

      Evaluates the exprs in order, then, in parallel, rebinds the bindings of the recursion point to the values of the exprs. See http://clojure.org/special_forms for more information.

      • 0 examples
      • doc

        clojure.repl

        • (doc name)

        Prints documentation for a var or special form given its name, or for a spec if given a keyword

      • find-doc

        clojure.repl

        • (find-doc re-string-or-pattern)

        Prints documentation for any var whose documentation or name contains a match for re-string-or-pattern

        1 example
      prev page | next page