Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clojure

What do Clojure symbols do when used as functions?

clojure

nrepl.el: how to eval clojure buffer form to nrepl buffer instead of echo area?

emacs clojure

Is use of clojure.spec for coercion idiomatic?

clojure clojure.spec

clojure type conversion string to symbol

clojure

clojure resolving function from string name

clojure eval

How to make a record from a sequence of values

clojure

Clojure closures and GC

Polymorphic schema validation in Clojure

clojure schema

What's a good way to rewrite this non-tail-recursive function?

Recommended macros to add functionality to Clojure's defrecord constructor?

How well does Clojure perform when it comes to memory footprint?

clojure memory-management

What is the most concise Clojure equivalent for Ruby's Dir.glob()?

ruby clojure

What does the #^ operator mean in Clojure?

clojure

Obfuscating clojure uberjars with ProGuard

How does this continuation-passing style Clojure function generator work?

Clojure "repeatedly" makes "future" run sequentially

clojure

Stopping infinite loops while running clojure tests in emacs with leiningen and swank/slime

Why doesn't repeatedly generate reproducible random numbers when using a seed in Clojure?

random clojure

How to use clojure.string/join in clojurescript

clojure clojurescript

Should I use a function or a macro to validate arguments in Clojure?

validation macros clojure