> For the complete documentation index, see [llms.txt](https://thinking.simonaking.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thinking.simonaking.com/tags/pl/elm.md).

# Elm

1. 快餐文分享：

   A nice app on Elm street

   <https://madewithlove.com/using-elm-with-react-a-nice-app-on-elm-street/>

   摘要：Elm is both a language and an architecture – it is a functional, compiled to JS, strictly-typed, immutable and pure, opinionated language to build web applications.

   Elm 是 Facebook react 开发团队近些年推出的编程语言，是一种构建 web 应用的方式。

   其设计思想以及语法特性 与 Haskell 很相近。

   说句不好听的，这种学术派的产物 就算有大厂背书也很难推广到实际业务。

   Haskell 的命运我们都看到了，除了狂热粉一直在吹捧，其他连点浪花都没有。
