Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clojure

clojure spec: map containing either a :with or a :height (XOR)

clojure clojure.spec

Does Clojure Ring create a thread for each request?

clojure ring

Clojure 'if' never evaluating its third argument

clojure

Trouble with lazy convolution fn in Clojure

Why is the weird ' usage for ns/use with Clojure?

clojure

Can one safely ignore the difference between a macro and a built-in?

macros clojure lisp

What is a good showcase for Clojure?

clojure

Non-macro versions of clojure "and" and "or"

clojure

Simple comparator does not sort as (I) expected

clojure

Threadlocal counter in Clojure

clojure thread-local

Clojure compile-time constants

Commenting Clojure within Binding Vector

clojure

In Clojure, is it possible to define an anonymous function within an anonymous function?

How to nicely call other JVM languages from clojure?

clojure

how to destructure a map as key and value

clojure

Is this idiomatic Clojure?

clojure

How do I choose/switch Leiningen profiles with Emacs nREPL?

emacs clojure leiningen nrepl

How to fix ERR_INVALID_CHUNKED_ENCODING error?

What is the rationale behind using def and defn instead of just define?

lisp clojure scheme

Symbols quoted in Scheme

clojure scheme