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
91
從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
150
PyCon2014China-Zhuhai-meta programming
zoomquiet
1
120
PyCon2014China-Zhuhai-bpm.py
zoomquiet
0
99
PyCon2014China-Zhuhai-luna kv db
zoomquiet
0
88
PyCon2014China-Zhuhai-seed studio
zoomquiet
0
87
PyCon2014China-Zhuhai-Docker Registry Build By Python
zoomquiet
0
100
PyCon2014China-Zhuhai-jeff
zoomquiet
0
78
PyCon2014China-Zhuhai-pythonic front-end
zoomquiet
0
110
DevFest2014-Zhuhai-Polymer
zoomquiet
0
400
Other Decks in Programming
See All in Programming
都市をデータで見るってこういうこと PLATEAU属性情報入門
nokonoko1203
1
580
AIコーディング道場勉強会#2 君(エンジニア)たちはどう生きるか
misakiotb
1
270
PHPで始める振る舞い駆動開発(Behaviour-Driven Development)
ohmori_yusuke
2
230
Benchmark
sysong
0
280
データの民主化を支える、透明性のあるデータ利活用への挑戦 2025-06-25 Database Engineering Meetup#7
y_ken
0
330
AIエージェントはこう育てる - GitHub Copilot Agentとチームの共進化サイクル
koboriakira
0
470
プロダクト志向ってなんなんだろうね
righttouch
PRO
0
170
Deep Dive into ~/.claude/projects
hiragram
10
2.1k
ruby.wasmで多人数リアルタイム通信ゲームを作ろう
lnit
2
320
Create a website using Spatial Web
akkeylab
0
310
GoのGenericsによるslice操作との付き合い方
syumai
3
700
A2A プロトコルを試してみる
azukiazusa1
2
1.3k
Featured
See All Featured
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.1k
How GitHub (no longer) Works
holman
314
140k
It's Worth the Effort
3n
185
28k
Documentation Writing (for coders)
carmenintech
72
4.9k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
BBQ
matthewcrist
89
9.7k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Code Reviewing Like a Champion
maltzj
524
40k
Rebuilding a faster, lazier Slack
samanthasiow
82
9.1k
Build The Right Thing And Hit Your Dates
maggiecrowley
36
2.8k
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)