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
69
Le rocher de Sysiphe - AFUP Day Rennes 2021
pascallemerrer
0
76
Coding dojos - Agile Tour Rennes 2019
pascallemerrer
0
41
Comment Elm a changé mon expérience de dev front-end
pascallemerrer
0
140
Coding dojos - Diffusez les bonnes pratiques de dev !
pascallemerrer
0
82
Software Craftsmanship - De le théorie à la pratique
pascallemerrer
0
350
Other Decks in Programming
See All in Programming
マイコンでもRustのtestがしたい その2/KernelVM Tokyo 18
tnishinaga
2
1.7k
構文解析器入門
ydah
7
2k
AIコーディングエージェント全社導入とセキュリティ対策
hikaruegashira
16
9.5k
LLMは麻雀を知らなすぎるから俺が教育してやる
po3rin
3
2k
JetBrainsのAI機能の紹介 #jjug
yusuke
0
190
SwiftでMCPサーバーを作ろう!
giginet
PRO
2
230
Constant integer division faster than compiler-generated code
herumi
2
540
なぜ今、Terraformの本を書いたのか? - 著者陣に聞く!『Terraformではじめる実践IaC』登壇資料
fufuhu
4
520
実践!App Intents対応
yuukiw00w
1
220
実践 Dev Containers × Claude Code
touyu
1
160
Nuances on Kubernetes - RubyConf Taiwan 2025
envek
0
110
0から始めるモジュラーモノリス-クリーンなモノリスを目指して
sushi0120
0
250
Featured
See All Featured
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Building Applications with DynamoDB
mza
96
6.5k
Embracing the Ebb and Flow
colly
86
4.8k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
GitHub's CSS Performance
jonrohan
1031
460k
Making Projects Easy
brettharned
117
6.3k
A Tale of Four Properties
chriscoyier
160
23k
How to Think Like a Performance Engineer
csswizardry
25
1.8k
The Pragmatic Product Professional
lauravandoore
36
6.8k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
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 !