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
98
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
eXtreme Programming : la méthode Agile ?
pascallemerrer
0
67
Le rocher de Sysiphe - AFUP Day Rennes 2021
pascallemerrer
0
73
Coding dojos - Agile Tour Rennes 2019
pascallemerrer
0
40
Comment Elm a changé mon expérience de dev front-end
pascallemerrer
0
140
Coding dojos - Diffusez les bonnes pratiques de dev !
pascallemerrer
0
80
Software Craftsmanship - De le théorie à la pratique
pascallemerrer
0
350
Other Decks in Programming
See All in Programming
データの民主化を支える、透明性のあるデータ利活用への挑戦 2025-06-25 Database Engineering Meetup#7
y_ken
0
340
Composerが「依存解決」のためにどんな工夫をしているか #phpcon
o0h
PRO
1
250
#QiitaBash MCPのセキュリティ
ryosukedtomita
0
770
Discover Metal 4
rei315
2
110
Create a website using Spatial Web
akkeylab
0
310
GraphRAGの仕組みまるわかり
tosuri13
8
520
datadog dash 2025 LLM observability for reliability and stability
ivry_presentationmaterials
0
430
Result型で“失敗”を型にするPHPコードの書き方
kajitack
4
560
都市をデータで見るってこういうこと PLATEAU属性情報入門
nokonoko1203
1
590
0626 Findy Product Manager LT Night_高田スライド_speaker deck用
mana_takada
0
140
Google Agent Development Kit でLINE Botを作ってみた
ymd65536
2
220
設計やレビューに悩んでいるPHPerに贈る、クリーンなオブジェクト設計の指針たち
panda_program
6
1.8k
Featured
See All Featured
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.8k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Navigating Team Friction
lara
187
15k
Building Adaptive Systems
keathley
43
2.6k
Making Projects Easy
brettharned
116
6.3k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
17
950
4 Signs Your Business is Dying
shpigford
184
22k
The Invisible Side of Design
smashingmag
300
51k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
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 !