> What is an FP lang you like with a small and ergonomic syntax/grammar, and why do you like it?
I don't have a language that fits all those criteria at the moment, but bel (http://www.paulgraham.com/bel.html) seems promising in this regard
> The goal of Bel is to be a good language. This can be measured in the length of programs written in it.… It's also meant to be simple and clear. If you want to understand Bel's semantics, you can read the source.
@codesections lisp syntax is small, but it's not ergonomic
@codesections @sir As much as I hate the JVM, Clojure is amazing precisely because it's an ergonomic LISP. Hash, set, and vector literals, threading macros, destructuring semantics.... If Clojure weren't on the JVM, it would be soooooo good