New posts in clojure

How to handle java variable length arguments in clojure?

What's the "big idea" behind compojure routes?

Difference between doseq and for in Clojure

Clojure differences between Ref, Var, Agent, Atom, with examples

unable to sort a map containing date-time

What's wrong with this Clojure function? [duplicate]

Generating permutations lazily

Block Comments in Clojure

How to do exponentiation in clojure?

Is there a Haskell idiom for updating a nested data structure?

Clojure: reduce vs. apply

Why does Clojure have "keywords" in addition to "symbols"?

A regex to match a substring that isn't followed by a certain other substring

When to use a Var instead of a function?

What are the differences between Clojure, Scheme/Racket and Common Lisp?

How to create default value for function argument in Clojure

Is there an equivalent for the Zip function in Clojure Core or Contrib?

leiningen - how to add dependencies for local jars?

In Clojure how can I convert a String to a number?

Mapping a function on the values of a map in Clojure