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
83
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
54
Le rocher de Sysiphe - AFUP Day Rennes 2021
pascallemerrer
0
67
Coding dojos - Agile Tour Rennes 2019
pascallemerrer
0
37
Comment Elm a changé mon expérience de dev front-end
pascallemerrer
0
96
Coding dojos - Diffusez les bonnes pratiques de dev !
pascallemerrer
0
74
Software Craftsmanship - De le théorie à la pratique
pascallemerrer
0
310
Other Decks in Programming
See All in Programming
Lessons by WebAssembly app in production on CDN Edge Computing Service
tetsuharuohzeki
0
160
Method Swizzlingを行うライブラリにおけるマルチモジュール設計
yoshikma
0
110
GoのIteratorに詳しくなってしまう
inatonix
1
200
Jakarta EE meets AI
ivargrimstad
1
310
What you can do with Ruby on WebAssembly
kateinoigakukun
0
150
Android開発以外のAndroid開発経験の活かしどころ
konifar
2
640
React + TextAliveでカッコいいLyric Applicatioinを作ろう!!
tosuri13
0
390
Hono・Prisma・AWSでGeoなAPI開発
nokonoko1203
5
660
長期運用プロダクトの開発速度を維持し続けるためのリファクタリング実践例
wataruss
8
2.7k
Our Websites Need a Lifestyle Change, Not a Diet
ryantownsend
0
120
エンジニア1年目で複雑なコードの改善に取り組んだ話
mtnmr
3
1.9k
意外とフォントが大事だった話 / Font Issues on Internationalization
fumi23
0
100
Featured
See All Featured
Web development in the modern age
philhawksworth
204
10k
How GitHub Uses GitHub to Build GitHub
holman
472
290k
Side Projects
sachag
451
42k
Facilitating Awesome Meetings
lara
49
5.9k
Imperfection Machines: The Place of Print at Facebook
scottboms
263
13k
Product Roadmaps are Hard
iamctodd
PRO
48
10k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
23
1.7k
How GitHub (no longer) Works
holman
310
140k
Making the Leap to Tech Lead
cromwellryan
128
8.8k
Music & Morning Musume
bryan
46
6k
How to train your dragon (web standard)
notwaldorf
85
5.6k
Happy Clients
brianwarren
96
6.6k
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 !