# 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 的命运我们都看到了，除了狂热粉一直在吹捧，其他连点浪花都没有。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://thinking.simonaking.com/tags/pl/elm.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
