I love Elm, but this tutorial is based on Elm 0.18, and 0.19 is out. There are some straighforwared but significant changes with how an application is set up. If you're just starting out, find a 0.19 tutorial.
T.b.h. this is the reason why I will probably stay messing around with either PureScript or ReasonML but stay away from Elm.
A nice app on Elm street
31–40 of 84 posts
Re: A nice app on Elm street
#32I love Elm, but this tutorial is based on Elm 0.18, and 0.19 is out. There are some straighforwared but significant changes with how an application is set up. If you're just starting out, find a 0.19 tutorial.
T.b.h. this is the reason why I will probably stay messing around with either PureScript or ReasonML but stay away from Elm.
Re: A nice app on Elm street
#33JS is a scripting language, good for small and quick scripts. Shouldn't be used for anything more than a few hundred LOC.
Re: A nice app on Elm street
#34Earlier quoted context omitted.
Oooh that's a very hard question :p I'd need to sit down a bit to answer it, to be honest it could almost be its own article. They both try to accomplish the same things through very different means with very different backings (Facebook versus literally one person). I can already tell you that ReasonML definitely has my preference these days over Elm, for the simple fact that I can keep using React with it. I love R…
> the compiler is not as good nor as clear as Elm's though in the article, you mentioned: > the compiler is one of the best compilers I’ve ever seen and will not compile if it detects that your code is not sound. It seems like your're judging the entirety of the compiler just on it's user displayed error messages?
Re: A nice app on Elm street
#35I love Elm, but this tutorial is based on Elm 0.18, and 0.19 is out. There are some straighforwared but significant changes with how an application is set up. If you're just starting out, find a 0.19 tutorial.
T.b.h. this is the reason why I will probably stay messing around with either PureScript or ReasonML but stay away from Elm.
Re: A nice app on Elm street
#36For anyone new trying to get into Elm (as a language/tool), I would look elsewhere. ReasonML, PureScript, TypeScipt, etc are all better featured solutions. Having said that, the article is well written and thorough for anyone wanting to take a look into Elm. But there are massive problems with Elm itself which make it impossible to consider seriously. I have and still do use Elm in production, and went through the ni…
Re: A nice app on Elm street
#37Re: A nice app on Elm street
#38I am a back-end developer, and I don't know front-end. I also know very little of functional programming. Elm is the only language that I like writing, and where I don't feel in a state of frustration when I write. It might have a lot of limitations, bu tit makes me happy. Given that our job is basically to be in a constant state of half broken code, this makes me a huge fan of the language.
Re: A nice app on Elm street
#39For anyone new trying to get into Elm (as a language/tool), I would look elsewhere. ReasonML, PureScript, TypeScipt, etc are all better featured solutions. Having said that, the article is well written and thorough for anyone wanting to take a look into Elm. But there are massive problems with Elm itself which make it impossible to consider seriously. I have and still do use Elm in production, and went through the ni…
He quite loudly holds the opposite view: instead of thinking you need to port everything to Elm (very common urge for newcomers), keep it in JS and use it over a port.
Re: A nice app on Elm street
#40I wonder if picking a niche language would give me an advantage or there would be too few jobs.