Oliver Ammann

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: map.geo.admin.ch/#/map?lang=de
2/3

#trailrunning #alpen #bergsturz #kantonglarus #altedrucke

Jul 10, 2025, 08:50 · · · 0 · 0
Simon Forman

Ooo! Interview:: "Elm & Open Source: What's Next? • Evan Czaplicki & Kris Jenkins"

youtube.com/watch?v=ABdpAjDDh-c

#Elm

Vincent Jousse

@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.

chavacava

@vjousse I'm playing with #gleam with #lustre and it feels very much as #elm

Vincent Jousse

I just can’t find anything healthier for my mind than #Elm 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

Elm - delightful language for reliable web applications

A delightful language with friendly error messages,…

elm-lang.org
tiagoafpereira 🚲📷⌨️

Nice 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.

Rod2ik 🇪🇺 🇨🇵 🇪🇸 🇺🇦 🇨🇦 🇩🇰 🇬🇱

#ELM -
#Every #Life #Matters
Launch the tag ✊️ (if not already)

#OneWorld
#OneLife = #OneLife
#OneHuman = #OneHuman
#OneAsshole = #OneAssole

Enough Discriminations and Harassments

(Well , may be #Trump is worth 2..)

blaix

What do people find most confusing about JSON decoding in #elm ?

Vincent Jousse

🎉 New release of Pomodorolm my multi-platform (#linux, #windows, #macos) app to help you manage your #pomodoro technique! github.com/vjousse/pomodorolm/
You can now auto start the app with the system and choose to start it minimized!
#rust #elm #tauri

Jeroen Engels

I wrote an article explaining how #elm's `Html.Lazy` module works under the hood, with some exploration on other potential useful variants.
jfmengels.net/caching-behind-e

The caching behind Elm's Html.Lazy

The caching behind Elm's Html.Lazy

jfmengels' blog
GripNews

🌘 編譯器提醒
➤ 確保程式碼品質與可維護性的重要工具
jfmengels.net/compiler-reminde
這篇文章探討了 Elm 程式語言中「編譯器提醒」的功能,闡述了此功能如何透過在程式碼變更時引發編譯錯誤,來確保程式碼的可維護性。作者以一個簡單的計數器範例說明,當新增功能(如重置按鈕)時,編譯器會引導開發者逐步完成所需的變更。文章進一步指出,編譯器提醒的概念不僅限於編譯器本身,也包含程式碼靜態分析工具(lint)提供的提醒,例如未使用變數或已移除變數的清理提示。總體而言,編譯器提醒和類似機制是建立高度可維護程式碼的重要工具。
+ 我一直覺得 Elm 的編譯器訊息很棒,它真的會一步一步引導你完成程式碼修改!
+ 這篇文章讓我更瞭解編譯器提醒的重要性,以後在開發時會更加註意程式碼的完整性。
#Elm 程式語言 #程式碼維護 #編譯器 #靜態類型

The caching behind Elm's Html.Lazy

The caching behind Elm's Html.Lazy

jfmengels' blog