TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Why I Think Elm Is the Future of Front End Development

29 pointsby rgoomarover 8 years ago

4 comments

nudpiedoover 8 years ago
You just have to code every single user interaction and effect from scratch in every project unless you want to deal with ports or impurity.<p>Integration of different elm subcomponents is also a pain in the ass because it doesn&#x27;t have any mechanism to agomerate existing functionality which modifies the UI.<p>Unless it solves those problems and includes functional objects and compile time macros to transform parts of the code it won&#x27;t get practical any time soon.
cutlerover 8 years ago
With massive backing behind Angular and React from giants like Google and Facebook I doubt Elm will make a dent in overall adoption. There are many excellent functional transpile to JS languages out there (Clojurescript is my favourite) but industry wants Javascript. Furthermore, a lot of front-end JS is coupled with back-end Node.js so any new front-end language will need to integrate well with Node.js which is the new Enterprise hotness.
评论 #12722260 未加载
jazoomover 8 years ago
What about the promise of web assembly? I&#x27;d be surprised if the dominant front end language used 10 years from now has already been invented.
pacomerhover 8 years ago
I have read that integrating with Javascript isn&#x27;t as trivial, like other non-Elm libraries. Do you have any thoughts on this?
评论 #12722253 未加载