[elm-discuss] Re: Expanding competence

2017-11-07 Thread David Legard
Many thanks for that recommendation. Yes, it is the back-end part that I was concerned about. -- 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 elm-discuss+unsubsc

Re: [elm-discuss] Expanding competence

2017-11-07 Thread Peter Damoc
Hi David, I think you already know everything you need to know. Just attempt to do it and if you get into trouble the community will assist you. For a multi-user app you also need a backend and since Elm does not have an official backend story, you will need to switch to another language. I high

[elm-discuss] Expanding competence

2017-11-07 Thread David Legard
I have been working with Elm regularly since about 0.13, so I'm fairly competent up to and including JSON, Cmd, Sub, JS interop and topics like that. I have built some fairly detailed apps with those technologies included. I focus on educational software. What are the minimum extra skills I nee

[elm-discuss] Re: Elm Community Survey

2017-11-07 Thread Mr Nine
On Tuesday, November 7, 2017 at 3:11:52 PM UTC-8, Mr Nine wrote: > > Hi there, > > Since we are a relatively new community and i'm a relatively new member of > the community and a beginner elmist I would like to gather some data! > > I hope to be able to share the results so be honest and dignifi

[elm-discuss] Elm Community Survey

2017-11-07 Thread Mr Nine
Hi there, Since we are a relatively new community and i'm a relatively new member of the community and a beginner elmist I would like to gather some data! I wrote this Survey to help gather some intelligence around general programming topic. This is mostly an exercise in curiosity - I'm tryin

Re: [elm-discuss] Arbitrary length currying

2017-11-07 Thread Matthew Bray
It's not quite what you asked for, but Kris Jenkins' Formatting[0] library does some interesting stuff with variadic functions. In that library, the `print` function's arity depends on the value of its first argument. Here's the idea applied to this problem (code lifted straight from the Formattin

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

2017-11-07 Thread Simon
no you can change anything - it also does some reloading of ports as well I think it is the O N L Y way to code :-) On Tuesday, 7 November 2017 18:18:27 UTC+1, Rupert Smith wrote: > > On Sunday, November 5, 2017 at 8:19:37 AM UTC, Simon wrote: >> >> I use my own starter, which includes hot reload

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

2017-11-07 Thread 'Rupert Smith' via Elm Discuss
On Sunday, November 5, 2017 at 8:19:37 AM UTC, Simon wrote: > > I use my own starter, which includes hot reloading: > https://github.com/simonh1000/elm-webpack-starter > I'm intrigued to try hot reloading. Does it only work if you don't change the type of the Model? -- You received this messa