On Tuesday, December 13, 2016 at 3:42:23 PM UTC, Joey Eremondi wrote: > > the elm package repo would very quickly get poluted with js code that >> causes runtime exceptions > > > But, Tasks have error handling built into them. We could do something > similar with synchronous code, just catch any exceptions thrown, and treat > the value in Elm as something like a Result. >
> the elm package repo would very quickly get poluted with js code that causes runtime exceptions _* and is not portable *_ Result would work, but the not portable bit is equally impoertant. -- 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.
