absynce / elm-vs-typescript

Compare/contrast features of Elm and TypeScript.
MIT License
1 stars 0 forks source link

Include developer ramp up time, enhancing existing JavaScript, and working with JavaScript #1

Open making3 opened 6 years ago

making3 commented 6 years ago

After writing a decent chunk of an Elm application (in Electron) and toying around with converting a Node.js repository to Typescript, I've found the following as pros of using Typescript:

Most of these are time limitations rather than Typescript being better than Elm.

absynce commented 6 years ago

@making3 thanks for the suggestions.

I haven't put the full outline in yet, but "Learning curve" is one of them. I think there will be a couple surprising points in that conversation.

I spent a few hours yesterday trying to auto scroll a textarea once Elm updated the values with no luck.

I'm not sure I understand what you're trying to accomplish. Do you have a SSCCE in Ellie?

making3 commented 6 years ago

@absynce I haven't implemented in hl7-sender yet, but using Task.attempt / Scroll.toBottom works in this tiny Ellie example. I guess what I was trying to point out, this felt like it was more complicated than it would be in straight HTML/JavaScript.

Reference SO answer.