Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clojure

Is there a way to get a collection of clojure special forms programatically?

clojure special-form

What are the good things about slime?

emacs clojure lisp slime

Trouble with this macro

macros clojure lisp

Idiomatic Clojure for solving dynamic programming algorithm

algorithm clojure idioms

Tree Search Saving Execution State

java clojure tree lisp

Synchronization of the standard output in Clojure

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