Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Introduction pour l'atelier "Elm Shop"
Search
Pascal Le Merrer
December 06, 2021
Programming
0
110
Introduction pour l'atelier "Elm Shop"
Présentation du langage et de l'architecture Elm
Pascal Le Merrer
December 06, 2021
Tweet
Share
More Decks by Pascal Le Merrer
See All by Pascal Le Merrer
Le côté obscur des IA génératives
pascallemerrer
0
180
eXtreme Programming : la méthode Agile ?
pascallemerrer
0
83
Le rocher de Sysiphe - AFUP Day Rennes 2021
pascallemerrer
0
86
Coding dojos - Agile Tour Rennes 2019
pascallemerrer
0
60
Comment Elm a changé mon expérience de dev front-end
pascallemerrer
0
180
Coding dojos - Diffusez les bonnes pratiques de dev !
pascallemerrer
0
95
Software Craftsmanship - De le théorie à la pratique
pascallemerrer
0
360
Other Decks in Programming
See All in Programming
AIエージェントのキホンから学ぶ「エージェンティックコーディング」実践入門
masahiro_nishimi
7
1k
Gemini for developers
meteatamel
0
110
humanlayerのブログから学ぶ、良いCLAUDE.mdの書き方
tsukamoto1783
0
200
izumin5210のプロポーザルのネタ探し #tskaigi_msup
izumin5210
1
200
20260127_試行錯誤の結晶を1冊に。著者が解説 先輩データサイエンティストからの指南書 / author's_commentary_ds_instructions_guide
nash_efp
1
1k
FOSDEM 2026: STUNMESH-go: Building P2P WireGuard Mesh Without Self-Hosted Infrastructure
tjjh89017
0
180
2026/02/04 AIキャラクター人格の実装論 口 調の模倣から、コンテキスト制御による 『思想』と『行動』の創発へ
sr2mg4
0
490
AI によるインシデント初動調査の自動化を行う AI インシデントコマンダーを作った話
azukiazusa1
1
780
AI時代の認知負荷との向き合い方
optfit
0
180
[KNOTS 2026登壇資料]AIで拡張‧交差する プロダクト開発のプロセス および携わるメンバーの役割
hisatake
0
320
IFSによる形状設計/デモシーンの魅力 @ 慶應大学SFC
gam0022
1
330
生成AIを使ったコードレビューで定性的に品質カバー
chiilog
1
300
Featured
See All Featured
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
130k
Impact Scores and Hybrid Strategies: The future of link building
tamaranovitovic
0
210
Breaking role norms: Why Content Design is so much more than writing copy - Taylor Woolridge
uxyall
0
180
The #1 spot is gone: here's how to win anyway
tamaranovitovic
2
950
Build The Right Thing And Hit Your Dates
maggiecrowley
39
3k
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
3
460
Effective software design: The role of men in debugging patriarchy in IT @ Voxxed Days AMS
baasie
0
230
Deep Space Network (abreviated)
tonyrice
0
72
The Curse of the Amulet
leimatthew05
1
8.9k
How to Ace a Technical Interview
jacobian
281
24k
Technical Leadership for Architectural Decision Making
baasie
2
260
Future Trends and Review - Lecture 12 - Web Technologies (1019888BNR)
signer
PRO
0
3.2k
Transcript
Initiation à Elm Pascal Le Merrer @pascallemerrer Auteur de «
Elm par la pratique » Novembre 2021
1 Sommaire Quel est l’intérêt de Elm ? 0 Qu’est-ce
que Elm ? 2 The Elm Architecture
Qu’est-ce que Elm ?
UN LANGAGE FONCTIONNEL POUR LE FRONT-END
COMPILE EN JS
PAS DE FRAMEWORK
Quel est l’intérêt de Elm ?
ROBUSTESSE
PERFORMANCES
SEMANTIC VERSIONING CONTRAINT
MESSAGES D’ERREUR
SIMPLICITÉ
MAINTENABILITÉ
SERENITE
Source : https://leanpub.com/elmparlapratique
Source : https://leanpub.com/elmparlapratique
ET MAINTENANT, CODONS !