Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clojure

Is there a way to include type hints inside the clojure threading macro?

clojure

Multiple regex patterns in Clojure?

regex clojure

How to append strings to a vector in Clojure

clojure

Translate System.out.format to Clojure

Mixing two vectors: [a a] and [b b] to [a b a b]

clojure clojurescript

gstreamer fast transcode

java clojure mp3 gstreamer amr

unit testing in clojure

clojure

Is there a simpler way that this to get each element of a sequence, paired with "its" tail?

clojure

How to expand macros in ClojureScript's cljs.core namespace

clojure clojurescript

Using interop constructor in map function(Clojure)

clojure

Does a Clojure symbol starting with & have special meaning?

syntax clojure

How to debug a Clojure web application in Intellij?

Setting up Emacs with swank-js and clojure

node.js emacs clojure slime

Does a Clojure proxy always invoke super.method()?

How to run lein from another directory (without cd to project dir)?

clojure leiningen

The recently released JDK 7 includes the InvokeDynamic feature. Is it speeding up (and actually used by) Groovy, Scala, Clojure, JRuby, Jython, etc? [closed]