[What do you think of Clojure?]
I like Lisp (and CL) because it is multi-paradigm. Clojure is single-paradigm (FP).
Again, I like languages that I can write code to write code in.
Most people want languages that are human-readable. But, that stunts growth in the field of programming - growth stops at what the language designer imagined.
PEG+Lisp is a powerful combination - multiple syntaxes built on top of HLL assembler (I use the phrase “toolbox language” to mean “HL assembler”). Syntaxes can be tuned to a specific problem instead of only what Guido van Rossum could imagine (something which doesn’t fit most problems).