These are public posts tagged with #elm. You can interact with them if you have an account anywhere in the fediverse.
Besonders interessant für mich als Trailläufer sind die Dokumente zu den Bergstürzen in #Goldau und #Elm, wo ich über jeden Berg in der Umgebung schon gelaufen bin.
Die topografische Karte von 1906 zeigt die Abbruchstelle bei Elm: https://map.geo.admin.ch/#/map?lang=de¢er=2732766.65,1197373.77&z=8.267&topic=ech&layers=ch.swisstopo.zeitreihen@year=1906
2/3
#elm #Iep #Ulme #Rüster #woodwoking #wood #wasmitholz
Slowly becoming a table
Ooo! Interview:: "Elm & Open Source: What's Next? • Evan Czaplicki & Kris Jenkins"
@chavacava thanks for your feedback! I already had a look at #gleam but, to my understanding, it’s not a pure functional language as it allows side effects like `io.println("Hello, Joe!")`.
I don’t see the point in learning another language that has less feature than #elm (not allowing side effects is one of the killer features of #elm to me) to do the same.
I just can’t find anything healthier for my mind than #Elm https://elm-lang.org/ for developing #frontend applications. It just works; it’s reliable, simple, and has a great community. I don’t understand how anyone could use something else, except for the reluctance to learn functional programming.
#changemymind #javascript
A delightful language with friendly error messages,…
elm-lang.orgNice change of pace after staring at #angular all day long. That and meetings.
Speaking of #software development I’ve been writing a little kids agenda using #elm so my eldest can keep track of her schedule for the week.
Every Monday I print it out and she’ll dutifully cross out each day before going to bed.
What do people find most confusing about JSON decoding in #elm ?
I wrote an article explaining how #elm's `Html.Lazy` module works under the hood, with some exploration on other potential useful variants.
https://jfmengels.net/caching-behind-elm-lazy
The caching behind Elm's Html.Lazy
jfmengels' blog 編譯器提醒
➤ 確保程式碼品質與可維護性的重要工具
✤ https://jfmengels.net/compiler-reminders/
這篇文章探討了 Elm 程式語言中「編譯器提醒」的功能,闡述了此功能如何透過在程式碼變更時引發編譯錯誤,來確保程式碼的可維護性。作者以一個簡單的計數器範例說明,當新增功能(如重置按鈕)時,編譯器會引導開發者逐步完成所需的變更。文章進一步指出,編譯器提醒的概念不僅限於編譯器本身,也包含程式碼靜態分析工具(lint)提供的提醒,例如未使用變數或已移除變數的清理提示。總體而言,編譯器提醒和類似機制是建立高度可維護程式碼的重要工具。
+ 我一直覺得 Elm 的編譯器訊息很棒,它真的會一步一步引導你完成程式碼修改!
+ 這篇文章讓我更瞭解編譯器提醒的重要性,以後在開發時會更加註意程式碼的完整性。
#Elm 程式語言 #程式碼維護 #編譯器 #靜態類型
The caching behind Elm's Html.Lazy
jfmengels' blog