Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clojure

How can I get the ascii decimal values of characters in Clojure?

clojure ascii decimal

Idiomatic way to write Clojure code for repeatedly reading lines from the console?

pretty printing in cljs

clojure clojurescript

Clojure style: defn- vs. letfn

clojure coding-style

What is the correct term for the following functional programming pattern?

Clojure: get list of regex matches

regex clojure

Is defn thread-safe?

clojure

Idiomatic no-op/"pass"

clojure

Clojure map key with spaces in the key name

map clojure

Is there a way to be notified when a clojure future finishes?

clojure

Clojure: How do I get a list of combinations of 'coordinates'?

clojure

idiomatic way to replace (null x) function from common lisp in clojure

Equivalent of Java's toString() for Clojure functions

java clojure metadata tostring

Inconsistency with Clojure's sequences?

clojure seq

How to apply values to multiple functions in Clojure?

clojure

Converting a vector of maps to map of maps in Clojure

clojure

Mac OSX, Emacs 24.2 and nrepl.el not working

emacs clojure leiningen

Calling java functions from Clojure

java clojure

Is it a bad idea to put functions in Clojure maps, like in JavaScript?

Why is there no significant speedup using reducers in this example?