Sorry for the spam.
It looks like REPL modes give raw strings to the input function. I'm making a ChatGPT REPL mode https://github.com/anandijain/OpenAIReplMode.jl and I think it would be really nice to be able to say
julia> x = "world"
chatgpt> hello $x
and have the string somehow get reinterpolated/unescaped?
Any recommendations for this?