Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clojure

Using type hints in Clojure for Java return values

java clojure type-hinting

How do I deal with required Clojurescript code from Clojurescript macros?

Clojure Best Practice: When to use Metadata?

clojure

Why don't keys and vals work on vectors?

vector clojure

How would the 'Model' in a Rails-type webapp be implemented in a functional programming language?

Overriding equals, hashCode and toString in a Clojure deftype

Problem with passing a vector as a binding to the for macro

Is there a simpler way to memoize a recursive let fn?

clojure

What does retag parameter in s/multi-spec mean?

Getting local variables from a stack frame on the JVM

java jvm clojure snapshot locals

How can I use the Clojure REPL together with Qt Jambi?

Clojure best way to achieve multiple threads?

Idiomatic approach for structuring Clojure source code [closed]

clojure code-structure

Inconsistency in Clojure: functions in macros and IllegalArgumentException

clojure

Is there a quick way to check for nil args in a Clojure function?

clojure null

Should clojure core.async channels be closed when not used anymore?

Is there a way to set system properties in leinegen?

clojure leiningen

java.io.FileNotFoundException: Could not locate clojure/spec/alpha__init.class or clojure/spec/alpha.clj on classpath

clojure

Using Clojure with an annotation-based REST Server

rest clojure jax-rs

Project-level Leiningen Plugin

clojure leiningen