Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clojure

Does there exist in Scala, or a library, an equivalent to Clojure's diff as applied to maps?

Implementing scheme style macros in clojure

clojure scheme

How to test for thrown exceptions in Clojure?

What is the idiomatic way of waiting for a Clojure async channel?

clojure core.async

How do I get the instance of the class when using gen-class

clojure

How do you list of the options of a Leiningen template?

clojure leiningen luminus

What is clojure.core equivalent of lodash _.pluck

javascript clojure lodash

How to do integration testing in Clojure?

What are the benefits of using keywords as keys in maps in Clojure?

clojure

How to implement the Skynet 1m microbenchmark with core.async?

stringify/parse edn in clojure/ClojureScript

Use locking macro or monitor-enter and monitor-exit in Java from Clojure

java clojure locking

what's the best way in clojure to swap! an atom if it's nil?

clojure

Can't build a jar using Leiningen

Why does not Clojure support private functions in macro?

Passing compile-time state between nested macros in Clojure

clojure macros nested state

What is the correct way to perform side effects in a clojure atom swap

clojure

suppress output in REPL

Functional programming axioms

REPL broke out of nowhere