Re: [elixir-core:7345] Automatic inspect interpolation

2017-07-30 Thread José Valim
I personally prefer the clearer approach of calling "inspect" instead of an operator. *José Valim* www.plataformatec.com.br Skype: jv.ptec Founder and Director of R On Sun, Jul 30, 2017 at 1:17 AM, niahoo osef wrote: > Hey, > > I would like to know what you would

[elixir-core:7345] Automatic inspect interpolation

2017-07-29 Thread niahoo osef
Hey, I would like to know what you would think about a new interpolation mechanism that automatically calls `inspect` as the `#{}` operator calls `to_string` ? Just like `raise "bad value : #!{var}"` instead of `raise "bad value : #{inspect var}"` (The operator could be anything, I don't