While I like the JS style syntax it feels a little early to be optimising out line noise. In particular nested updates don't seem entirely resolved yet, if new syntax were introduced it would be good to be aware of it when deciding whether this optimisation is appropriate.
On Sunday, 11 September 2016 22:37:10 UTC+2, Hyunje Jun wrote: > > Hello, > > I have uploaded on elm-compiler GH Issues, but I would like to share the > idea and gather comments. > > https://github.com/elm-lang/elm-compiler/issues/1483 > > In short, it is about adopting JS-like syntax for objects to Elm records. > > { model | foo = foo, bar = bar } -> { model | foo, bar } > > I understand adopting a syntax is not an easy decision. Please feel free > to leave a comment! > > Thanks, > -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
