Live data from Hacker News

A nice app on Elm street

madewithlove.be

1–10 of 84 posts

Re: A nice app on Elm street

#4
> But you will still hit regular road-blocks which learning it because of how alien some of its paradigms are when coming from Javascript.

I always found this to be a weird take. Elm is "Maybe Not As Good" because the average JavaScript developer isn't immediately familiar with it?

Maybe we should just be less averse to learning new things, and I don't think simple syntax swaps really count as new things.

Unrelated: your ToC doesn't work.

Re: A nice app on Elm street

#5

> But you will still hit regular road-blocks which learning it because of how alien some of its paradigms are when coming from Javascript. I always found this to be a weird take. Elm is "Maybe Not As Good" because the average JavaScript developer isn't immediately familiar with it? Maybe we should just be less averse to learning new things, and I don't think simple syntax swaps really count as new things. Unrelated:…

I didn't mean that only Javascript developers would be lost, more that Elm kind of "does its own thing" and as such some of its errors or mechanics can be a bit cryptic and require some more experience with the language.

It's not a language you can pick up and go as easily as Javascript is more what I meant, in my opinion at least unless, you're already familiar with pure and strictly typed languages.

Re: A nice app on Elm street

#6

> But you will still hit regular road-blocks which learning it because of how alien some of its paradigms are when coming from Javascript. I always found this to be a weird take. Elm is "Maybe Not As Good" because the average JavaScript developer isn't immediately familiar with it? Maybe we should just be less averse to learning new things, and I don't think simple syntax swaps really count as new things. Unrelated:…

Thanks for pointing out, will look at the ToC asap.

Re: A nice app on Elm street

#10
post #7

How does Elm compare to ReasonReact?

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 React, it's one of my favorite frameworks. If you're already familiar with it you're 50% of the way there to learn ReasonReact, whereas with Elm it really lives in its own little universe that you need to get familiar with from scratch.

I find ReasonReact's underbelly a bit messier, and the compiler is not as good nor as clear as Elm's though. And the whole OCaml layer brings some chaos too, like the multiple standard libraries available in ReasonML (OCaml's, ReasonML's, etc) which can all be very confusing when you begin.

So, I wouldn't really know what to tell you, it depends wildly of your experience, what you like, what you're looking for in the language and so on. I'd definitely recommend to give both a shot and see what you like as they're both great languages to me, even if ReasonML has my preference.

Post reply on HN