Re: [elm-discuss] Re: Divide by zero?

2017-02-19 Thread Lucas Desgouilles
I don't see why you should seek correctness of the integer division function if you explain the case when used with 0 in the documentation. Besides, most code checking before n//0 would just use 0 as a replacement for that value. No exceptions, no bugs, just mathematically incorrect. -- You rec

[elm-discuss] Re: Is Elm weekly still up?

2017-02-19 Thread Rex van der Spuy
I noticed that two. While it was running it was absolutely the best source for what's happening in the Elm World. > > -- 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

Re: [elm-discuss] Re: Is a decoder the right level of abstraction for parsing JSON?

2017-02-19 Thread Wyatt Benno
True that. Elm needs to talk friendly with JSON and other, at this point expected, front end interop. API calls, JSON format, drop down options. These are all taken for granted in the front end world. But in elm we need to write a lot of code, just to make code not fail ever. I wish both aspects

[elm-discuss] Is Elm weekly still up?

2017-02-19 Thread Wyatt Benno
I sometimes like to view Elm weekly to get a brief summary of what has happened. But in recent months it seems like it is no longer maintained. Is it still up? http://www.elmweekly.nl/ That one. If not please provide links to better info. Thanks -- You received this message because you are su