mapNamed : (Named a -> b) -> Element -> b
In that line, you say that I can pass in a function that works on `Named a`,
where `a` isn't bound to anything. So if I were to write a function `foo :
Named { iAlsoNeedAnInt : Int } -> Int`, I could pass that to that `mapNamed`.
However `Element` conta
I'm currently working in an application with heavy drag'n drop logic, so
this topic caught my attention in the past days.
One question that comes to mind, is this a problem that is exclusive to
> Elm? Or do all javascript applications potentially suffer from it?
By looking at this issue suspec
Hi,
We are building a product around WebRTC video chat. I am thinking of
choosing Elm as a language to build our web front end.
I am new to Elm and haven't yet explored Elm ports.
Can someone suggest what is the scene of Elm with something like WebRTC?
How easy is to write ports of Native JS
Hi Mitch
Were you able to create writeup?
I am about to start using Elm with WebRTC.
Thanks,
Anil
On Monday, 8 August 2016 19:21:37 UTC+5:30, Berry Groenendijk wrote:
>
> Hi Mitch,
>
> I am very much interested in your writeup. I am writing a prototype for an
> app. I am just building the fro
I'm seeing this post after 3 years lol ... is it too late to apply? I would
really like to move on a project where I'm not directly coding HTML CSS or
JS. When I saw how you can use Elm to replace these, I took interest in the
language.
On Wednesday, January 22, 2014 at 10:04:05 AM UTC-8, Lasz