Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clojure

Missing required parameter in clojure.java.jdbc

database jdbc clojure

Apply a list of functions to a corresponding list of data in Clojure

clojure

Parsing snippets of html with enlive

clojure web-scraping enlive

Why can't I extend Clojure's IFn using extend-type?

java clojure clojurescript

Could core.async have implemented its functions in terms of sequences?

lein ring server: "That's not a task"

Measure code complexity in clojure

clojure

Extending a Java Swing class in Clojure

java swing inheritance clojure

What's the most idiomatic way to pass vectors in for var-args in clojure?

clojure

Problem with iterating over a time-series in clojure

clojure time-series

Clojure macroexpand

macros clojure

How does Clojure's laziness interact with calls to Java/impure code?

How is 'provided' implemented in a fact in Midje?

clojure tdd stubbing midje

Does Clojure's memoize force the evaluation of its arguments?

Integer overflow using lazy sequences in Clojure

Negative small numbers in Clojure

clojure

Piping a subprocesses output directly to stdout (java/clojure)

java clojure exec

depth-first indexing any Clojure form using clojure.walk

clojure

Clojure — partial in `->` macro

clojure

Understanding Data-centric app and object composition in Clojure

clojure composition