TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Why I Think Elm Is the Future of Front End Development

29 点作者 rgoomar超过 8 年前

4 条评论

nudpiedo超过 8 年前
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.
cutler超过 8 年前
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 未加载
jazoom超过 8 年前
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.
pacomerh超过 8 年前
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 未加载