So I did a little bit of digging and I've pulled together something fun: I call it "The World of ECMAScript". It's a full map detailing everything that exists within the world of ECMAScript (with JavaScript, ActionScript, and JScript being it... 続きを読む
先日、MozillaでECMAScript(JavaScript)の仕様を作っているJohn Resigさんが来日しました。その際、1時間ほどのQ&Aの司会と、ライトニングトークでの発表を私させていたただきました。その際、基調講演をしてくださった、etoさん(http://eto.com/d/PresenForJo... 続きを読む
This is a Flickr badge showing public photos from cwilso. Make your own badge here. Dean Edwards asked me in a comment on the IEBlog what I personally thought of the ES4 proposal. ('You say that "Microsoft" think that the web is best served b... 続きを読む
A cursory look suggests that it is an over-engineered system. It almost looks like it wants to be a complete solutions platform. THey already have that, it is called Java - why reinvent the wheel? Does the internet need that level of scripti... 続きを読む
The web has become the primary global computing platform tying together hundreds of millions of sites. In the eight years since the release of the ECMAScript Language Specification 3rd Edition (ES3), ECMAScript (commonly known as JavaScript™... 続きを読む
Tuesday, October 23rd, 2007 ECMAScript 4 Language Overview Final Draft Category: JavaScript The final draft for the language overview of ECMAScript 4 has been released. This is not the spec itself, but the starter overview document. The fourt... 続きを読む
@ku [[Scope]]内部プロパティが違う。f1.[[Scope]]の先頭には{ named_one: function named_one() {} }が入ってる。http://tinyurl.com/38zvwl 続きを読む
識別子は、セクション 10.1.4 で述べたスコープ規則を使用して評価される。この識別子評価の結果は常に Reference 型の値である。 Array 初期化子は、 Array オブジェクトの初期化を記述する式で、リテラル形式で書かれる。それは配列要素をあらわす 0 個以上の... 続きを読む
String 型は、0 または 16 ビット符号なし整数値("要素")の、すべての有限な序列のあるシーケンスの組である。ECMAScript プログラムの実行時、String 型は一般にテキストデータの表現に使われる。その中で、文字列内の各要素はコードポイント値(セクション 6 ... 続きを読む