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
92
從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
100
PyCon2014China-Zhuhai-luna kv db
zoomquiet
0
89
PyCon2014China-Zhuhai-seed studio
zoomquiet
0
88
PyCon2014China-Zhuhai-Docker Registry Build By Python
zoomquiet
0
110
PyCon2014China-Zhuhai-jeff
zoomquiet
0
79
PyCon2014China-Zhuhai-pythonic front-end
zoomquiet
0
110
DevFest2014-Zhuhai-Polymer
zoomquiet
0
400
Other Decks in Programming
See All in Programming
iOS 26にアップデートすると実機でのHot Reloadができない?
umigishiaoi
0
130
AI時代の『改訂新版 良いコード/悪いコードで学ぶ設計入門』 / ai-good-code-bad-code
minodriven
19
7.6k
Discover Metal 4
rei315
2
140
Goで作る、開発・CI環境
sin392
0
240
GitHub Copilot and GitHub Codespaces Hands-on
ymd65536
2
150
AIと”コードの評価関数”を共有する / Share the "code evaluation function" with AI
euglena1215
1
170
Hack Claude Code with Claude Code
choplin
4
2.2k
テスト駆動Kaggle
isax1015
0
310
RailsGirls IZUMO スポンサーLT
16bitidol
0
190
Python型ヒント完全ガイド 初心者でも分かる、現代的で実践的な使い方
mickey_kubo
1
130
High-Level Programming Languages in AI Era -Human Thought and Mind-
hayat01sh1da
PRO
0
780
XP, Testing and ninja testing
m_seki
3
250
Featured
See All Featured
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
20
1.3k
The Pragmatic Product Professional
lauravandoore
35
6.7k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.4k
Facilitating Awesome Meetings
lara
54
6.4k
Agile that works and the tools we love
rasmusluckow
329
21k
Practical Orchestrator
shlominoach
189
11k
Building Adaptive Systems
keathley
43
2.7k
How to Think Like a Performance Engineer
csswizardry
25
1.7k
Navigating Team Friction
lara
187
15k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
740
Producing Creativity
orderedlist
PRO
346
40k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.5k
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)