efcl’s blog

GitHub英語のメモや引用が中心です。

2014-06-01から1ヶ月間の記事一覧

JavaScriptの未来

JavaScriptの未来についての話 最後に生き残るのは{{br}}JavaScriptかもな 2006年 JavaScript の現在と未来 - Developer Summit 2007 2007年 Proposed ECMAScript 4 th Edition – Language Overview 2007年 JavaScriptのDateで表現可能な過去と未来 - 風と宇…

参考までに、FWIW、FYI

FWIW, in ES6 you wouldn’t have to roll your own findElement function — you could just use Array#find. https://people.mozilla.org/~jo... 引用元: Multiple return values in ECMAScript 6. FWIW = for what it's worth 〔真偽の程は分からないが〕…

TypeScript勉強会 スライドまとめ(VSハッカソン倶楽部 第五回)

TypeScript勉強会 - VSハッカソン倶楽部 のスライドをまとめたもの TypeScript勉強会 - Togetterまとめ 講師 タイトル/概要 森理 麟@moririring 「30分で分かる?TypeScript」30分で語るTypeScript 今日から始めるType script入門 亀川 和史@kkamegawa 「Type…

(Node.js) 0.8のサポート外す時

drop 0.8 from travis 引用元: drop 0.8 from travis · 87bf97a · mozilla/sweet.js. 他の言い回し Node 0.8 no longer supported Update: Node 0.8 no longer supported (fixes #734) · e3432cc · roadhump/eslint Drop Node 0.8 support · Issue #734 · es…

CodeMirrorにJavaScriptの実行機能をつけるやつ

azu/codemirror-console. JavaScript Promiseの本で欲しかったので書いた。azu/codemirror-consoleはロジック的なものでUIは持ってなくて、Firefox DevToolsみたいなコンソール表示のUIはazu/codemirror-console-ui別モジュールにした。

JSでQueueとして配列を使った場合と自作したQueue(linked-list)での最適化の話

2 Since you're queuing functions to be executed, you can use a more efficient data structure than a JS array. A queue that has only enqueue, dequeue and isEmpty operations can have all these operations be O1. A JS array probably doesn't be…

既にIssueが立ってて「私も同じ問題です」とアピールする時

I have encounter the same issue. 引用元: Atom doesn't soft wrap CJKChinese/Japanese/Korean correctly · Issue #1783 · atom/atom.