Has there been consideration of adding a "happy-like" macro version of with (that has the same syntax as happy, but with <-)? I've also implemented something like this locally for my projects, I find it reads more pleasantly.
Obviously, this works fine for me but if many folks are interested in this syntactic form, perhaps including the alternative in elixir itself makes sense. On Thu, Aug 25, 2016 at 10:12 AM, José Valim < [email protected]> wrote: > > > (while using `=` instead of `<-` while having the same features, and more) >> > > Coincidentally that's the one thing I dislike about happy: the overriding > of the operator =. <- was made to be used exactly in situations such like > this and that's why it has no semantics outside of existing constructs. :) > > *José Valim* > www.plataformatec.com.br > Skype: jv.ptec > Founder and Director of R&D > > -- > You received this message because you are subscribed to the Google Groups > "elixir-lang-core" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/elixir-lang-core/CAGnRm4LKCpzZ4_S%2BbwTwpAp90zWhwSsbUZAoCOo01- > kpaG2o9g%40mail.gmail.com > <https://groups.google.com/d/msgid/elixir-lang-core/CAGnRm4LKCpzZ4_S%2BbwTwpAp90zWhwSsbUZAoCOo01-kpaG2o9g%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "elixir-lang-core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/CAN3B1jdNDnjTFfqnM2wDEskJKpvL9j8M4KLLdo%3Diyj1QzhrBFg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
