In my previous blog post titled "Literal string interpolation", I've shown how
one can add a simple syntax called fstring
to have variable interpolation in
Guile. Today, I want to go further and incorporate a reader so one don't have
to use the fstring
syntax. I also want to have some kind of heredoc à la bash
where users can specify if they want to trim or not whitespace.