2006-03-08から1日間の記事一覧

DMD 0.149リリース

http://www.digitalmars.com/d/changelog.html#new0149 DMD 0.149がリリースされました。主な変更点は以下の通り。 on_scope_exit、on_scope_success、on_scope_failureがそれぞれscope(exit)、scope(success)、scope(failure)に変更された if文の文法で(aut…

JSR 292: Supporting Dynamically Typed Languages on the Java Platform

http://jcp.org/en/jsr/detail?id=292 動的な型を持つ言語をサポートするためのJVM仕様がJSR 292として提案されました。簡単に言うと、現在のJVMの仕様では4種類のinvoke命令(invokeinterface, invokespecial, invokestatic, invokevirtual)があるが、これに…