Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clojure

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?

Scala classes in clojure

java scala clojure jvm

Lispy way to read user input from the keyboard in Clojure?

clojure keyboard-input

idiomatic way to catch exceptions in ring apps

clojure ring

How to clear the REPL in cider-mode?