[elm-discuss] Re: Post Examples of Painful Record Updates Here!

2017-03-04 Thread Nate Abele
On Friday, March 3, 2017 at 1:12:39 AM UTC-5, Richard Feldman wrote: > > There have been various discussions of potential ways to improve Elm's > record update syntax. Evan commented that "(examples > design work) at this > point" - any potential designs for syntax improvements would need to be

Re: [elm-discuss] Re: Task ports: A proposal to make it easier to integrate JS with Elm.

2017-03-04 Thread Witold Szczerba
I think that you cannot say that promises are supported by IE or are not. It's just that IE 11 does not provide built-in implementation of ES6 "Promise" interface. It does not mean you cannot use any of the "Promises/A+" libraries. Promises, as a concept described by "Promises/A+ standard

[elm-discuss] Re: Task ports: A proposal to make it easier to integrate JS with Elm.

2017-03-04 Thread Eirik Sletteberg
I think this would be a very useful feature! I forked the Elm compiler and made a working proof of concept: https://github.com/eirslett/elm-task-port-example Is this still something people think would be a good idea? lørdag 13. august 2016 17.31.07 UTC+2 skrev James Wilson følgende: > > The

Re: [elm-discuss] Linear algebra (matrix, vectors, ...) in the context of image processing

2017-03-04 Thread Matthieu Pizenberg
Thanks Ian for the link. I will keep this work in mind though I don't think I could use it for my current project. It seems focused on rgbd matrix data type which is great for transparent dynamic graphics. Svg representation does really suits my needs for now since I'm visualizing non changing