Hacker News new | ask | show | jobs
by troupo 894 days ago
Those are extremely weak arguments.

Elixir has string interpolation and custom "templates" or whatever they are called without the ugly syntax:

  ~h"custom one"
  ~s"custom two"
etc.
2 comments

~x”hi” is basically the same amount of ugly to me as X.”hi”
I find it significantly less jarring than STR."hi"
How are these interpolated?