Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clojure

Clojure/Java: Java libraries for spectrum analysis of sound? [closed]

java clojure audio fft spectrum

How to terminate the process in cider-repl?

emacs clojure cider

How can one create cyclic (and immutable) data structures in Clojure without extra indirection?

Variable scope + eval in Clojure

binding clojure eval let

Help me write a Clojure macro which automatically adds metadata to a function definition

lisp clojure macros defn

How to choose a Clojure JSON library [closed]

json clojure

How to install a leiningen plugin?

clojure leiningen

What does the @ (at sign) mean in Clojure?

clojure datomic

How can I set up leiningen to work with multiple projects?

clojure leiningen

Pretty print to a string in ClojureScript?

clojure clojurescript

How to implement a Lisp macro system?

clojure macros lisp

Whats the rationale behind closed records in Clojure?

clojure

Haskell functions left-to-right

haskell clojure

Fast complex number arithmetic in Clojure

shutdown hook doesn't fire when running with "lein run"

Why argument list as ArraySeq?

clojure arguments

Clojure list vs. vector vs. set

clojure

Simple way to truncate a string in Clojure

clojure

Clojure's maps: are keys and vals in same order?

clojure hashmap

Clojure: creating new instance from String class name

constructor clojure