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
從JS的最新進展 談Forth於2014年的契機
Search
Zoom.Quiet
January 23, 2014
Programming
0
93
從JS的最新進展 談Forth於2014年的契機
葉健欣 符式推廣協會年會
Zoom.Quiet
January 23, 2014
Tweet
Share
More Decks by Zoom.Quiet
See All by Zoom.Quiet
PyCon2014China-Zhuhai-high performance
zoomquiet
0
160
PyCon2014China-Zhuhai-meta programming
zoomquiet
1
130
PyCon2014China-Zhuhai-bpm.py
zoomquiet
0
110
PyCon2014China-Zhuhai-luna kv db
zoomquiet
0
91
PyCon2014China-Zhuhai-seed studio
zoomquiet
0
95
PyCon2014China-Zhuhai-Docker Registry Build By Python
zoomquiet
0
110
PyCon2014China-Zhuhai-jeff
zoomquiet
0
85
PyCon2014China-Zhuhai-pythonic front-end
zoomquiet
0
120
DevFest2014-Zhuhai-Polymer
zoomquiet
0
410
Other Decks in Programming
See All in Programming
Vue・React マルチプロダクト開発を支える Vite
andpad
0
110
LLMOpsのパフォーマンスを支える技術と現場で実践した改善
po3rin
8
1k
Updates on MLS on Ruby (and maybe more)
sylph01
1
170
rage against annotate_predecessor
junk0612
0
140
ソフトウェアテスト徹底指南書の紹介
goyoki
1
120
フロントエンドのmonorepo化と責務分離のリアーキテクト
kajitack
2
150
AWS発のAIエディタKiroを使ってみた
iriikeita
1
130
Honoアップデート 2025年夏
yusukebe
1
880
時間軸から考えるTerraformを使う理由と留意点
fufuhu
7
1.2k
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
270
AIコーディングAgentとの向き合い方
eycjur
0
250
兎に角、コードレビュー
mitohato14
0
160
Featured
See All Featured
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
790
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
Why Our Code Smells
bkeepers
PRO
339
57k
Gamification - CAS2011
davidbonilla
81
5.4k
How STYLIGHT went responsive
nonsquared
100
5.8k
Done Done
chrislema
185
16k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
830
StorybookのUI Testing Handbookを読んだ
zakiyama
30
6.1k
Documentation Writing (for coders)
carmenintech
73
5k
Rails Girls Zürich Keynote
gr2m
95
14k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Transcript
從JS的最新進展 談Forth於2014年的契機 葉健欣 符式推廣協會年會
Brief introduction to JS Node.js eco-system Modern workflow: git, grunt,
component.js PNaCl (pinnicle) vs Asm.js Where to go? Agenda
Brief Introduction to JS 1) The dominate language on browser
side. 2) Wide sprectrum of user and migrator. 3) Fragemented community. 4) Speedy evolution.
Node.js ecosystem http://www.youtube.com/watch?v=ztspvPYybIY 2009 original presentation. Single Thread, Asyncronous ,
Non-blocking I/O npm
Modern Workflow github : fork and pull request grunt :
batch files in js component.js/bower : dependencies management and pakage manager.
PNaCl Portable Native Client http://gonativeclient.appspot.com/demo 2013/11/12 launcher with Chrome 31
based on LLVM, generate portable intermediate object code. ahead of time compilation. x86-32, x86-64, ARM, MPS32
ASM.js Emscripten : compile C++ to JS
Where to go? Chrome APP Pure JS application with USB,
FileAPI Deploy to Linux, Mac, Windows (Android and iOS coming soon)