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
90
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
62
Le rocher de Sysiphe - AFUP Day Rennes 2021
pascallemerrer
0
71
Coding dojos - Agile Tour Rennes 2019
pascallemerrer
0
39
Comment Elm a changé mon expérience de dev front-end
pascallemerrer
0
120
Coding dojos - Diffusez les bonnes pratiques de dev !
pascallemerrer
0
80
Software Craftsmanship - De le théorie à la pratique
pascallemerrer
0
340
Other Decks in Programming
See All in Programming
Serverless Rust: Your Low-Risk Entry Point to Rust in Production (and the benefits are huge)
lmammino
1
160
CloudNativePGを布教したい
nnaka2992
0
120
ML.NETで始める機械学習
ymd65536
0
240
Lambdaの監視、できてますか?Datadogを用いてLambdaを見守ろう
nealle
2
750
コードを読んで理解するko build
bells17
1
120
未経験でSRE、はじめました! 組織を支える役割と軌跡
curekoshimizu
1
200
Webフレームワークとともに利用するWeb components / JSConf.jp おかわり
spring_raining
1
130
Rubyと自由とAIと
yotii23
6
1.9k
Generating OpenAPI schema from serializers throughout the Rails stack - Kyobashi.rb #5
envek
1
430
ナレッジイネイブリングにAIを活用してみる ゆるSRE勉強会 #9
nealle
0
170
たのしいSocketのしくみ / Socket Under a Microscope
coe401_
8
1.4k
自力でTTSモデルを作った話
zgock999
0
120
Featured
See All Featured
Making Projects Easy
brettharned
116
6k
[RailsConf 2023] Rails as a piece of cake
palkan
53
5.3k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
11
540
Scaling GitHub
holman
459
140k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
100
18k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
The Invisible Side of Design
smashingmag
299
50k
A designer walks into a library…
pauljervisheath
205
24k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
21
2.5k
The Pragmatic Product Professional
lauravandoore
32
6.4k
Documentation Writing (for coders)
carmenintech
68
4.6k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
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 !