Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clojure

How do I pass var args to an anonymous function in Clojure?

clojure

Why does Clojure represent xml documents as hash-maps?

xml xslt clojure lisp

Function related to partition that includes all elements?

clojure

get value from dynamic key in clojure map

map clojure

What does this "#" mean in this Clojure context?

Clojure value equality and sets

clojure set

Using gradle/clojuresq to build clojure

jar clojure gradle clojuresque

Idiomatic way to select a map in vector by a key

clojure clojurescript

Does coll stand for collection in clojure?

clojure

Extract values from vector of maps conditionally in clojure

clojure

How to distinguish java map from clojure map?

What does completing function do in Clojure?

clojure transducer

Clojure map into vector

clojure

How do I create a distributable application in Clojure?

java clojure

Building the directory tree

clojure

Atoms and references

clojure

How can I create a jar from some Scala source code?

Can you translate these 2 examples from Functional Languages 101 ? (Scheme -> Clojure)

clojure scheme

STM and alter in clojure

clojure stm

In clojure, what's the efficient way to convolve a vector by a kernel?