by listrophy on 11/23/16, 9:26 PM with 77 comments
by kcarnold on 11/24/16, 12:29 AM
Has anyone had some positive experiences with prototyping / rapid design iteration with Elm and can share some tips / encouragement?
by kinkdr on 11/23/16, 9:42 PM
With 0.18, Evan decided that using prime is bad taste, so he decided to break any code that uses it.
Sure, it is not a big change, but it means they are not respecting user's time and it is a sign of things to come.
Sorry for the rant.
Edit: I hope my reply doesn't get misunderstood. I love Elm and use it in all my side projects. I think it made wonders for introducing new people to the ML world.
Edit2: Sorry, didn't meant to make so much fuss about it. It is indeed a small thing.
by nmdanny on 11/24/16, 8:27 AM
Which is why for now I'm looking into Purescript and GHCJS which support features such as Rank N types, generics, typeclasses, functional dependencies/type families. Even though I don't use many of those features directly, I do benefit from libraries that depend on them.
by rdtsc on 11/23/16, 10:40 PM
https://www.youtube.com/watch?v=XJ9ckqCMiKk
The first half is about Phoenix, the second about Elm. I don't know much about front-end stuff but I did like the Elm bit as an intro, especially the debugging and nice error messages part.
by ggregoire on 11/23/16, 9:51 PM
by leeoniya on 11/23/16, 10:05 PM
https://rawgit.com/krausest/js-framework-benchmark/master/we...
by mullsork on 11/24/16, 1:35 PM
If I'm not mistaken this wasn't possible in Elm back then, and felt uncomfortable or even hard in ClojureScript. Has that changed?
To be fair if I started a new project like the one I'm working at now I'd much rather use server + template for most pages and add interactivity through JS once it boots up.
by botexpert on 11/23/16, 10:33 PM
currently a pretty nice reactive mobx-state-tree is on the frontpage of hn.