Top "Clojure" questions

Clojure is a modern Lisp dialect for the Java Virtual Machine (with versions for the CLR and JavaScript).

How to Do a Mapping of Array of Strings in Elasticsearch

I can't find any examples of how to structure an array of strings in elasticsearch when trying to PUT a …

elasticsearch clojure elasticsearch-5 elasticsearch-mapping
What are the differences between Clojure, Scheme/Racket and Common Lisp?

I know they are dialects of the same family of language called lisp, but what exactly are the differences? Could …

clojure lisp scheme common-lisp racket
How can I run a .clj Clojure file I created?

I've installed Geany on my Linux Mint machine and I wrote some simple code. Just a small hello world to …

command-line clojure
difference between use and require

Can anyone explain the difference between use and require, both when used directly and as :use and :require in the …

clojure
Block Comments in Clojure

How do I comment multiple lines in Clojure?

clojure comments
How to convert a clojure keyword into a string?

In my application I need to convert clojure keyword eg. :var_name into a string "var_name". Any ideas how …

clojure
Lisp in the real world

I have experimented with Lisp (actually Scheme) and found it to be a very beautiful language that I am interested …

clojure lisp scheme common-lisp
Comparison of Clojure web frameworks

There are a few web frameworks for Clojure Compojure Webjure Conjure Moustache and also some libraries for dealing with certain …

frameworks clojure comparison web-frameworks
Please explain some of Paul Graham's points on Lisp

I need some help understanding some of the points from Paul Graham’s What Made Lisp Different. A new concept …

lisp clojure scheme common-lisp paul-graham
On Performance and Java Interoperability: Clojure vs. Scala

I have already read various accounts of Clojure vs. Scala and while I realize that both have their place. There …

java performance scala clojure jvm