If you're interested, try out what I was working on in https://github.com/ScottPJones/StringUtils.jl/pull/1, combination of Swift style interpolation, Emoji, LaTex and Unicode character literals, and in-line formatting for interpolated expressions.
On Wednesday, March 9, 2016 at 8:59:47 AM UTC-5, Eric Forgy wrote: > > If I have > > x = 2 > s = "I like \$x" > > > Is there a nice way to get > > "I like 2" > > > ? > >
