Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clojure

clojure require syntax rationale

syntax clojure include quoting

What is the "Correct" way to write an EDN file in Clojure as of August 2013?

clojure edn

Clojure and NoSQL databases [closed]

Why do cancelled Clojure futures continue using CPU?

Modelling / documenting functional programs

Equivalent of Goroutines in Clojure / Java

Idiomatic config management in clojure?

In Clojure how can I implement standard Clojure collection interfaces on my own records and types?

clojure

What's the point of defining something as dynamic when you don't need to define something as dynamic to with-redefs it?

clojure

Clojure test namespace convention

clojure

Why would I ever choose not to use the clojure 1.5 reducers feature?

clojure

How can I write a test to handle an expected exception?

clojure leiningen

Functional implementation of Tarjan's Strongly Connected Components algorithm

Installing libraries with leiningen without creating project

clojure leiningen

clojure.spec: `alt` vs `or` for sequence spec

clojure

Can I refer another namespace and expose its functions as public for the current ns?

namespaces clojure

group-by by multiple keys in Clojure

clojure

Running Java bytecode on the Android - Sun JVM on top of DalvikVM

java android clojure jvm

getting around lack of "hoisting" in clojure

clojure hoisting

Can't get pprint to work in clojure