Search code examples
Clojure - dispatch on return type? (As expressive as Haskell Typeclasses)...


haskellclojuretypeclassmultimethodclojure-protocol

Read More
Clojure code, tinkering with :main...


clojure

Read More
Clojure: Should I prepend new- or make- to constructor functions?...


clojure

Read More
clojure - slurping files relative to project...


clojureslurp

Read More
Clojure - more effective 'min-by' function and performance analysis...


clojure

Read More
Should I run checks outside or inside my swap! function?...


clojure

Read More
Idiomatic clojure conditionally calling a function...


clojureidioms

Read More
Does Cider have live templates like Cursive(IntelliJ IDEA) does?...


emacsclojurelispclojurescriptcider

Read More
Can we prevent shared mutable state if we only allow local variables to be mutable?...


cmultithreadingconcurrencyclojureimmutability

Read More
Calling `(get-thread-binding)` results in a stack overflow...


clojure

Read More
`Let` inference in Hindley-Milner...


haskellclojurehindley-milner

Read More
"Insert between two items" on 4clojure.com...


clojure

Read More
Clojure: Escaping unicode `\U` in JSON encoding...


jsonunicodeclojureelm

Read More
What do Clojure symbols do when used as functions?...


clojure

Read More
Why use (*')'s implicit 1 over an explicit 1?...


clojure

Read More
Clojure - how exactly symbols are evaluated?...


clojurefunctional-programmingmacrossymbols

Read More
Comparing usage of Clojure's go-blocks vs. Go's goroutines...


goclojure

Read More
How can I use my specs for their intended purposes if they are in a separate namespace?...


clojurenamespacesdestructuringcyclic-dependencyclojure.spec

Read More
When are the Clojure core.async go-blocks useful?...


concurrencyclojure

Read More
General syntax of multimethods...


clojureclojurescriptmultimethod

Read More
Searching xml in Clojure...


xmlclojure

Read More
What does completing function do in Clojure?...


clojuretransducer

Read More
Javascript equivalent to Clojure's "reductions" or python's itertools.accumulate...


javascriptpythonclojurefunctional-programmingreduce

Read More
Error adding SSL Support to a Jetty Server Clojure...


sslclojurejetty

Read More
clojure definition of list in source code...


clojure

Read More
Date periods in clojure...


vectorclojure

Read More
Find out where the error happened in Clojure...


clojureruntime-error

Read More
How do I map with rarely used state in clojure?...


clojurefunctional-programmingreduce

Read More
How to run a maven-packaged clojure application from the jar...


javajarclojuremaven

Read More
Multiple enums in datomic...


enumsclojuredatomic

Read More
BackNext