Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clojure

Automatic Code reloading in Ring / Jetty

converting strings into dates in clojure

clojure

Vagrant / Clojure / Emacs

emacs clojure vagrant

Wrong number of args (0) passed to: PersistentVector on loop/recur function

clojure

When to use reduce-kv over reduce in Clojure?

clojure

let inside cond

lisp clojure

(partial apply str) and apply-str in clojure's ->

variables clojure partial

Clojure: fully qualified name of a function

namespaces clojure

Clojure's (read-line) returns nil; does not prompt

clojure

Clojure: What is the meaning of ` and ~@?

clojure

Converting Java collections to Clojure data structures

clojure: idiomatic way of removing duplication in an "if"?

clojure refactoring lisp

Can csv data be made lazy?

Picking "Random" elements from a vector

clojure clojure-contrib

Turning a list of strings into a single string in clojure

clojure

How to split string at fixed numbers of character in clojure?

string clojure split

Why doesn't Aleph's HTTP server do anything?

clojure aleph

What does :or mean in Clojure destructuring?

clojure

Idiomatic way to pass a method name for evaluation in Clojure?

Is there a parser for html to hiccup structures?

clojure hiccup