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
100
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
150
eXtreme Programming : la méthode Agile ?
pascallemerrer
0
73
Le rocher de Sysiphe - AFUP Day Rennes 2021
pascallemerrer
0
78
Coding dojos - Agile Tour Rennes 2019
pascallemerrer
0
50
Comment Elm a changé mon expérience de dev front-end
pascallemerrer
0
150
Coding dojos - Diffusez les bonnes pratiques de dev !
pascallemerrer
0
85
Software Craftsmanship - De le théorie à la pratique
pascallemerrer
0
360
Other Decks in Programming
See All in Programming
Claude CodeによるAI駆動開発の実践 〜そこから見えてきたこれからのプログラミング〜
iriikeita
0
300
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
440
Catch Up: Go Style Guide Update
andpad
0
230
釣り地図SNSにおける有料機能の実装
nokonoko1203
0
140
Range on Rails ―「多重範囲型」という新たな選択肢が、複雑ロジックを劇的にシンプルにしたワケ
rizap_tech
0
6.7k
コードとあなたと私の距離 / The Distance Between Code, You, and I
hiro_y
0
170
kiroとCodexで最高のSpec駆動開発を!!数時間で web3ネイティブなミニゲームを作ってみたよ!
mashharuki
0
700
NixOS + Kubernetesで構築する自宅サーバーのすべて
ichi_h3
0
1k
XP, Testing and ninja testing ZOZ5
m_seki
3
720
bootcamp2025_バックエンド研修_WebAPIサーバ作成.pdf
geniee_inc
0
120
Pull-Requestの内容を1クリックで動作確認可能にするワークフロー
natmark
2
520
TFLintカスタムプラグインで始める Terraformコード品質管理
bells17
2
210
Featured
See All Featured
Building Flexible Design Systems
yeseniaperezcruz
329
39k
Large-scale JavaScript Application Architecture
addyosmani
514
110k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
Mobile First: as difficult as doing things right
swwweet
225
10k
Navigating Team Friction
lara
190
15k
GraphQLとの向き合い方2022年版
quramy
49
14k
Faster Mobile Websites
deanohume
310
31k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
620
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
10
870
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
61k
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 !