What are your tips for code golfing using Clojure?
The aim of this question is to collect a list of techniques that are specific to Clojure and can be used in general code-golfing problems.
|
What are your tips for code golfing using Clojure? The aim of this question is to collect a list of techniques that are specific to Clojure and can be used in general code-golfing problems. |
||||
|
|
|
Strings can be treated as a sequence of chars e.g. to sort the characters in a string alphabetically:
|
||||