Search code examples
Simple String template replacement in Scala and Clojure...


scalastringclojure

Read More
Building a string in Clojure with recursion...


loopsrecursionclojure

Read More
Using update-in without a get-in to retrieve the value to modify...


clojure

Read More
How is the host interop dot macro implemented in clojure...


clojureclojurescript

Read More
Are keywords with the same name guaranteed to be identical?...


clojure

Read More
How does a macro work if it returns a sequence instead of a list?...


clojure

Read More
Canonical approach to return based on type of the argument in Clojure...


clojure

Read More
How do I measure time taken per namepace to run clojure tests?...


unit-testingclojuretddclojure.test

Read More
in clojure, why core.match a map inside a vector?...


clojurecore.match

Read More
How to bind function variables to current scope of execution in Clojure?...


clojure

Read More
Clojure shortfall on type inferencing...


clojuretype-inference

Read More
performance gain while using core.reducers...


clojure

Read More
Can the ring-anti-forgery middleware be applied conditionally?...


clojureringhttp-kit

Read More
If clojure is compiled to byte-code, why is there java source for clojure?...


clojure

Read More
using (time f) always gives higher value the first time...


clojure

Read More
How to use Stuart Sierra's component library in Clojure...


clojuredependency-injectionfunctional-programmingcomponents

Read More
Clojure loop with count...


clojure

Read More
How do you mock file reading in Clojure...


clojure

Read More
Serve static resources using Clojure's Ring...


clojurecompojurering

Read More
Clojure spec: Using a "spec" instead of a "pred" in "coll-of" actually...


clojureclojure.spec

Read More
clojure-spec: Unable to get function's postcondition right...


clojureclojure.spec

Read More
What is the difference between loop/recur and recur by itself?...


recursionclojuretail-recursiontail-call-optimization

Read More
Very simple practice program won't compile...


clojure

Read More
What algorithms are used in Clojure, Haskell (and other languages) for STM?...


haskellconcurrencyclojurestmtransactional-memory

Read More
One ref or multiple refs in Clojure?...


clojurestm

Read More
Do both alter and ref-set update the STM tree in Clojure?...


clojurestm

Read More
Does Clojure STM has a relationship with atom and agent forms?...


clojurestm

Read More
Use of agents to complete side-effects in STM transactions...


concurrencyclojuretransactionsagentstm

Read More
How can I see the number of rollbacks in my STM in Clojure?...


clojurestm

Read More
Clojure "map" function ordering guarantees?...


clojure

Read More
BackNext