Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clojure

What is the most concise Clojure equivalent for Ruby's Dir.glob()?

ruby clojure

What does the #^ operator mean in Clojure?

clojure

Obfuscating clojure uberjars with ProGuard

How does this continuation-passing style Clojure function generator work?

Clojure "repeatedly" makes "future" run sequentially

clojure

Stopping infinite loops while running clojure tests in emacs with leiningen and swank/slime

Why doesn't repeatedly generate reproducible random numbers when using a seed in Clojure?

random clojure

How to use clojure.string/join in clojurescript

clojure clojurescript

Should I use a function or a macro to validate arguments in Clojure?

validation macros clojure

Declare array as return type in gen-class method declaration in Clojure

clojure

Clojure namespace management - Is there a way to save and restore the state of clojure repl namespaces, imports etc.?

How do Clojure programmers use Macros?

clojure

Difference between clojure and clojurescript?

clojure clojurescript

What happens when I pass arguments to a Clojure symbol?

clojure symbols

How to destructure a vector for use as a function argument

clojure

ClassCastException java.lang.Boolean cannot be cast to clojure.lang.IFn

clojure

What does ->> mean in Clojure?

clojure

A bi-directional map in clojure?

map clojure bidirectional

Pros and Cons of Clojure http client libraries

java http clojure

How does `lein deps' work?

clojure leiningen