Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clojure

-> 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?

what are the benefits of clojure promises over using add-watch?

clojure

Using `line-seq` with `reader`, when is the file closed?

clojure io lazy-evaluation

How do I check if a variable implements an interface in clojure?

clojure

Clojure :: get the single element of a list and throw exception if the list has more than 1 elements

clojure

Clojure take-while and n more items

clojure