letter
ラベル
Parrot
の投稿を表示しています。
すべての投稿を表示
ラベル
Parrot
の投稿を表示しています。
すべての投稿を表示
2009/09/26
Parrot についてのメモ
›
とりあえずメモ。 http://www.parrot.org/ PIR PIR(Parrot Intermediate Representation)は Parrot の中間レベルのアセンブリ言語。 使える機能としては ガーベッジ・コレクション コンティニュエーション ...
2009/09/19
Prattor の namespace
›
異なる namespace の sub は直接呼べない。ただし root namespace(.namespace [])の sub は直に呼べる。 で、あってる? .sub main ## 呼べない fb() ## 呼べない $P0 = ge...
2009/09/16
Parrot でダイナミックスコープ
›
Parrot 1.6.0 がリリースされてダイナミックスコープが使えるようになった♪ .sub foo .local pmc var var = box "foo value" .lex ...
2009/08/02
Parrot でのクロージャ
›
:outer で環境を指定した sub を .const 'Sub' でつかまえて newclosure する。 他のネームスペースの sub をつかまえるときは find_name を使う。 .sub main $P0 = make_clo...
2009/07/26
Parrot で eval もできる
›
http://docs.parrot.org/parrot/latest/html/docs/book/pir/ch06_subroutines.pod.html Evaluating a Code String .sub main .local pmc ...
2 件のコメント:
Parrot をさわってみた
›
http://www.parrot.org/ PIR PIR(Parrot Intermediate Representation)は Parrot の中間レベルのアセンブリ言語。 使える機能としては ガーベッジ・コレクション コンティニュエーション レキシカルバイン...
›
ホーム
ウェブ バージョンを表示