[elm-discuss] Re: The NumPy for Elm

2017-11-01 Thread 'Rupert Smith' via Elm Discuss
On Tuesday, October 31, 2017 at 12:32:06 PM UTC, Francisco Ramos wrote: > > https://github.com/jscriptcoder/numelm > > Please, any feedback would be highly appreciated. > So, I have a project at work where we are using NumPy running on AWS. I have been looking into how to write AWS Lambda

[elm-discuss] Multiple "Middleware" pattern instead of single *.program

2017-11-01 Thread Martin Janiczek
Hello elm-discuss! I've been thinking about the **.program* pattern. Currently one has to choose one of the many different *.program functions and implement the rest of the functionality themselves, ie. they can't mix and match, say,

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

2017-11-01 Thread Zachary Kessin
I generally just use GNU Make, I also use it to kick off other builds in the project so that works well. Zach ᐧ On Wed, Nov 1, 2017 at 12:53 AM, Dustin Farris wrote: > I’ve been using broccoli for 8 months now and very happy. > > Here’s a plugin I made for elm: