Pythonは最強ですね。文法はチョー簡単、ライブラリも充実度がすごい、それでいてメタプログラミングができる。そのメタプログラミングを使うと末尾再帰最適化までできるそうです…おそろしやNew Tail Recursion Decorator «Python recipes « ActiveState Code class tail_recursive(object): def __init__(self, func): self.func = func self.firstcall = True self.CONTINUE = object() def __call__(self, *args, **kwd): if self.firstcall: func = self.func CONTINUE = self.CONTINUE self.firstcall = False try:
2009年02月15日10:30 カテゴリLightweight Languagesperl - で無名再帰関数再び これまでのあらすじから。Perl で JS の arguments.callee 的なことしようと思ってハマった -IT戦記 それDevel::Caller でできるよ - TokuLog 改め だまってコードを書けよハゲ 404Blog Not Found:perl - で(Recall()|arguments.callee()|&?BLOCK())PerlでRecallの話 - Unknown::Programming これ、それぞれに欠点がありました。Devel::CallerはXSに依存する。弾方式はソースフィルター、id:fbis方式はいちいち自分自身をスタックに積み直している... この欠点を全て取り除く方法を発見しました。 [Run via code

Navigate the physical jQuery code to see what, where, and how the magic happensHome Hello... This page is designed to visually and interactively deconstruct the internal code of the jQuery library.Itbreaks the physicalJavaScript into visualblocks that you can easiliy navigate. Eachblock opens to revealits internal code Clickable hyperlinks allow you to follow program flow The majority of the
å©ç¨æ¹æ³ ã¹ã¿ã¼ã ã¬ã¤ãã«ç®ãéãã¾ãã ããããã®ãã㪠ãã®ä»ã®ãã㪠>>Google Developer Day 2008 Japan ã»ãã·ã§ã³ãOpenSocialã ã½ã¼ã·ã£ã« ãµã¤ãã¸ã®ãã¬ã³ã å人ãååã¨ã®ã³ãã¥ãã±ã¼ã·ã§ã³ãæè»½ã«è¡ããã¢ããªã±ã¼ã·ã§ã³ãããã°ãã¦ã§ãã®é åã¯ããã«é«ã¾ãã¾ããããããã¢ããªã±ã
1リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く