[elm-discuss] Arbitrary length currying

2017-11-05 Thread Ray Toal
There's an interesting problem on the Programming Puzzles and Stack Exchange on arbitrary length currying here: https://codegolf.stackexchange.com/questions/117017/arbitrary-length-currying. It asks for a function f behaving as follows: f () = 0 f (3)(9)(2)() = 14 This is trivial in d

[elm-discuss] Re: What build system do you prefer for Elm?

2017-11-05 Thread Simon
I use my own starter, which includes hot reloading: https://github.com/simonh1000/elm-webpack-starter On Saturday, 4 November 2017 22:46:29 UTC+1, Pavan Rikhi wrote: > > I use webpack to build my app: > > > https://github.com/Southern-Exposure-Seed-Exchange/southernexposure.com/blob/master/client