This DEP replaces DEP 8. Comments can be made here or in the Matrix chat:
https://matrix.to/#/#dylan-lang_general:gitter.im
Abstract
Dylan string literals have two deficiencies when compared to many current programming languages, most notably the inability to encode multi-line strings into a single source token that crosses multiple source lines and no fully supported way to represent unescaped (“raw”) strings. This DEP proposes a literal syntax for both of these cases. Briefly, it proposes syntax for one-line raw strings delimited by #r" and for multi-line strings delimited by """ and #r"""