...
Pros:
- relatively simple syntax, for humans and parsers
Cons:
- minor breaking change - """""" which is 3 empty strings would now be interpreted as only one empty string
- have to add reader macro
- breaking change to every other tool that reads Clojure syntax
- including regexp-based syntax colorers, etc.
Puzzles:
Heredocs
Pros: slightly more flexible than trple-quotes
Cons: more complex syntax
Puzzles:
String Interpolation / Templating
...