Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clojure

Why does clojure's group-by not always maintain order?

clojure group-by

install JAR from remote repo (clojar)

maven jar clojure

Iterate over clojure map pairs (loop)

loops dictionary clojure

Is it possible to have _good_ tab completions in Clojure REPL?

Lazily extract lines from large file

-> operator that breaks evaluation on encountering a nil/false return

clojure

Is it possible to tweak the output of clojure.test?

unit-testing clojure

Recursion inside let function

recursion clojure let

Extend Clojure protocol to a primitive array

Convert map keys and values to string array

clojure

why is this looping function so slow compared to map?

clojure lazy-sequences

How to determine when a core.async channel is closed from the writer's side?

clojure core.async

Shortcut to evaluate an expression on the REPL in Cursive Clojure?

Is complement and not effectively the same in Clojure?

clojure

Clojure - optimize a threaded map reduce

optimization clojure reduce

How to properly batch messages with core.async?

Is there any reason that default decimal literal is not BigDecimal type in Clojure?

How to remove sequential matches in vector in Clojure?

algorithm vector clojure

clojure programmatically namespace map keys

Is there a more lispy way to write this code?