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
80
從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
140
PyCon2014China-Zhuhai-meta programming
zoomquiet
1
110
PyCon2014China-Zhuhai-bpm.py
zoomquiet
0
87
PyCon2014China-Zhuhai-luna kv db
zoomquiet
0
85
PyCon2014China-Zhuhai-seed studio
zoomquiet
0
71
PyCon2014China-Zhuhai-Docker Registry Build By Python
zoomquiet
0
84
PyCon2014China-Zhuhai-jeff
zoomquiet
0
65
PyCon2014China-Zhuhai-pythonic front-end
zoomquiet
0
95
DevFest2014-Zhuhai-Polymer
zoomquiet
0
380
Other Decks in Programming
See All in Programming
Immutable ActiveRecord
megane42
0
130
[Fin-JAWS 第38回 ~re:Invent 2024 金融re:Cap~]FaultInjectionServiceアップデート@pre:Invent2024
shintaro_fukatsu
0
400
第3回関東Kaggler会_AtCoderはKaggleの役に立つ
chettub
3
890
一休.com のログイン体験を支える技術 〜Web Components x Vue.js 活用事例と最適化について〜
atsumim
0
110
定理証明プラットフォーム lapisla.net
abap34
1
1.7k
テストをしないQAエンジニアは何をしているか?
nealle
0
130
Grafana Loki によるサーバログのコスト削減
mot_techtalk
1
110
CloudNativePGがCNCF Sandboxプロジェクトになったぞ! 〜CloudNativePGの仕組みの紹介〜
nnaka2992
0
220
データの整合性を保つ非同期処理アーキテクチャパターン / Async Architecture Patterns
mokuo
41
15k
GAEログのコスト削減
mot_techtalk
0
110
SRE、開発、QAが協業して挑んだリリースプロセス改革@SRE Kaigi 2025
nealle
3
4.1k
SwiftUI Viewの責務分離
elmetal
PRO
0
150
Featured
See All Featured
Facilitating Awesome Meetings
lara
51
6.2k
Reflections from 52 weeks, 52 projects
jeffersonlam
348
20k
How STYLIGHT went responsive
nonsquared
98
5.3k
Optimizing for Happiness
mojombo
376
70k
Building Flexible Design Systems
yeseniaperezcruz
328
38k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
The Cost Of JavaScript in 2023
addyosmani
47
7.3k
How GitHub (no longer) Works
holman
313
140k
The World Runs on Bad Software
bkeepers
PRO
67
11k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
45
2.3k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
129
19k
Building Better People: How to give real-time feedback that sticks.
wjessup
366
19k
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)