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
Atom & ES2015
Search
Philippe CHARRIERE
June 22, 2016
Programming
160
0
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
Atom & ES2015
https://github.com/k33g/voxxed.lu.atom
Philippe CHARRIERE
June 22, 2016
More Decks by Philippe CHARRIERE
See All by Philippe CHARRIERE
The Plan v3 pour BDX.io
k33g
1
210
Le Plan
k33g
0
220
Prog Fonctionnelle 🐑
k33g
1
400
Apéro fonctionnel
k33g
0
130
Scala Facile
k33g
0
300
Golo, the Tiny Language that gives super powers
k33g
0
140
Golo, the Tiny Language that gives super powers
k33g
0
300
Apéro Fonctionnel
k33g
0
280
Programmation fonctionnelle 🐑 en JS
k33g
2
300
Other Decks in Programming
See All in Programming
SlackアプリとLambdaの 連携を構築した話
pawn_4_s
1
120
わからない話を追いかけたら、プログラミング言語を作る側にいた
ydah
3
510
Augmenting AI with the Power of Jakarta EE
ivargrimstad
0
590
いまどきの Codex で開発する visionOS アプリの開発スタイルについて
karad
0
140
使いながら育てる Claude Code — 開発フローの1コマンド化 × 繰り返し指摘の自動仕組み化
shiki_kakaku
0
1.8k
型も通る、synthも通る、それでも危ない 〜AIのCDKの権限とコストを機械で検証する〜 / It Passes Type Checks, It Passes Synth Checks, but It’s Still Risky — Automatically Verifying Permissions and Costs in AI’s CDK —
seike460
PRO
1
550
torikago - Ruby::Boxで照らすモジュラモノリスの実行境界
se4weed
1
380
170k Jobs a Day on GKE: Scaling Mercari's CI Platform - and What's Next for AI-Native Development
junyaokabe
0
110
仕様駆動開発へのトライを機に チームに適合する手法を模索し続けている話
freee
PRO
0
510
Go 1.27 における memory allocation の高速化
andpad
0
180
AI Readyの正体はデータマネジメントだ メダリオン2.0の最前線
freee
PRO
0
230
ドリフトを絶対に許さない(?)CDK運用 / CDK Ops with Zero Tolerance for Drifts (?)
akihisaikeda
1
190
Featured
See All Featured
Imperfection Machines: The Place of Print at Facebook
scottboms
270
14k
Practical Orchestrator
shlominoach
191
12k
AI Search: Implications for SEO and How to Move Forward - #ShenzhenSEOConference
aleyda
1
1.3k
Raft: Consensus for Rubyists
vanstee
141
7.6k
What Being in a Rock Band Can Teach Us About Real World SEO
427marketing
0
1.1k
Building a Modern Day E-commerce SEO Strategy
aleyda
45
9.2k
Visual Storytelling: How to be a Superhuman Communicator
reverentgeek
2
610
Breaking role norms: Why Content Design is so much more than writing copy - Taylor Woolridge
uxyall
0
370
Git: the NoSQL Database
bkeepers
PRO
432
67k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
254
22k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
128
56k
Utilizing Notion as your number one productivity tool
mfonobong
4
540
Transcript
#voxxeddaysLU voxxeddays.com/luxembourg/ ATOM & ES2015 Philippe Charrière ! @k33g @k33g_org
! https://github.com/k33g/q/issues GitHub
#voxxeddaysLU voxxeddays.com/luxembourg/ Avant de commencer…
#voxxeddaysLU voxxeddays.com/luxembourg/ sondage
#voxxeddaysLU voxxeddays.com/luxembourg/ > ⚠ implémentations incomplètes > échanges de points
de vue: https:/ /github.com/k33g/voxxed.lu.atom/issues
#voxxeddaysLU voxxeddays.com/luxembourg/ Atom? / Intro
#voxxeddaysLU voxxeddays.com/luxembourg/
#voxxeddaysLU voxxeddays.com/luxembourg/ > cross-platform desktop applications > JavaScript, HTML and
CSS > Chromium 51.0.2704.84 V8: 5.1.281.59 > Node.js 6.1.0 > Open Source
#voxxeddaysLU voxxeddays.com/luxembourg/ > ES 2015 (Babel) > Web Components >
…
#voxxeddaysLU voxxeddays.com/luxembourg/
#voxxeddaysLU voxxeddays.com/luxembourg/
#voxxeddaysLU voxxeddays.com/luxembourg/ > “hackable” > facile à utiliser > >
#voxxeddaysLU voxxeddays.com/luxembourg/ > CoffeeScript …
#voxxeddaysLU voxxeddays.com/luxembourg/ > ES 2015 (Babel)
#voxxeddaysLU voxxeddays.com/luxembourg/
#voxxeddaysLU voxxeddays.com/luxembourg/ > UI > React > atom-space-pen-views > HTMLElement
https://github.com/atom/atom/issues/5756
#voxxeddaysLU voxxeddays.com/luxembourg/
#voxxeddaysLU voxxeddays.com/luxembourg/ https://github.com/atom https://github.com/atom/atom
#voxxeddaysLU voxxeddays.com/luxembourg/
#voxxeddaysLU voxxeddays.com/luxembourg/ Qu’allons nous voir?
#voxxeddaysLU voxxeddays.com/luxembourg/ > Comment développer le support d’un langage >
coloration syntaxique > snippets > “autocompletion” > “plugin”
#voxxeddaysLU voxxeddays.com/luxembourg/ > Mission #gololang support http://golo-lang.org/
#voxxeddaysLU voxxeddays.com/luxembourg/ DEMO
#voxxeddaysLU voxxeddays.com/luxembourg/ Ressources
#voxxeddaysLU voxxeddays.com/luxembourg/ > https:/ /github.com/electron/electron > https:/ /twitter.com/electronjs > https:/
/github.com/atom/atom > https:/ /twitter.com/atomeditor > https:/ /discuss.atom.io/
#voxxeddaysLU voxxeddays.com/luxembourg/ > Style Guide (UI) > https:/ /github.com/atom/styleguide >
API > https:/ /atom.io/docs/api/v1.8.0/AtomEnvironment > Tests > http:/ /flight-manual.atom.io/hacking-atom/sections/writing-specs/
#voxxeddaysLU voxxeddays.com/luxembourg/ Remerciements
#voxxeddaysLU voxxeddays.com/luxembourg/ Merci > à vous > @kuychaco > @voxxed_lu
!
#voxxeddaysLU voxxeddays.com/luxembourg/ Questions https:/ /github.com/k33g/voxxed.lu.atom/ issues https://github.com/k33g/voxxed.lu.atom