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
79
從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
130
PyCon2014China-Zhuhai-meta programming
zoomquiet
1
99
PyCon2014China-Zhuhai-bpm.py
zoomquiet
0
78
PyCon2014China-Zhuhai-luna kv db
zoomquiet
0
84
PyCon2014China-Zhuhai-seed studio
zoomquiet
0
60
PyCon2014China-Zhuhai-Docker Registry Build By Python
zoomquiet
0
75
PyCon2014China-Zhuhai-jeff
zoomquiet
0
56
PyCon2014China-Zhuhai-pythonic front-end
zoomquiet
0
84
DevFest2014-Zhuhai-Polymer
zoomquiet
0
360
Other Decks in Programming
See All in Programming
【Kaigi on Rails 2024】YOUTRUST スポンサーLT
krpk1900
1
330
Amazon Qを使ってIaCを触ろう!
maruto
0
410
Remix on Hono on Cloudflare Workers
yusukebe
1
290
TypeScriptでライブラリとの依存を限定的にする方法
tutinoko
3
690
광고 소재 심사 과정에 AI를 도입하여 광고 서비스 생산성 향상시키기
kakao
PRO
0
170
Make Impossible States Impossibleを 意識してReactのPropsを設計しよう
ikumatadokoro
0
170
距離関数を極める! / SESSIONS 2024
gam0022
0
280
Macとオーディオ再生 2024/11/02
yusukeito
0
370
Enabling DevOps and Team Topologies Through Architecture: Architecting for Fast Flow
cer
PRO
0
330
Click-free releases & the making of a CLI app
oheyadam
2
120
Generative AI Use Cases JP (略称:GenU)奮闘記
hideg
1
300
OnlineTestConf: Test Automation Friend or Foe
maaretp
0
110
Featured
See All Featured
Docker and Python
trallard
40
3.1k
No one is an island. Learnings from fostering a developers community.
thoeni
19
3k
The World Runs on Bad Software
bkeepers
PRO
65
11k
Building a Scalable Design System with Sketch
lauravandoore
459
33k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
4
370
Designing for Performance
lara
604
68k
Unsuck your backbone
ammeep
668
57k
Writing Fast Ruby
sferik
627
61k
Designing the Hi-DPI Web
ddemaree
280
34k
How To Stay Up To Date on Web Technology
chriscoyier
788
250k
We Have a Design System, Now What?
morganepeng
50
7.2k
Java REST API Framework Comparison - PWX 2021
mraible
PRO
28
8.2k
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)