ToDo:
いつ見てもセンスがイマイチな言語だなぁ…今日思ったのは dup と copy は同じ命令にすれば copy が 1 byte 減るんだけど、っていう。
[Space] Number Push the number onto the stack [LF][Space] - Duplicate the top item on the stack [Tab][Space] Number Copy the nth item on the stack (given by the argument) onto the top of the stack [LF][Tab] - Swap the top two items on the stack [LF][LF] - Discard the top item on the stack [Tab][LF] Number Slide n items off the stack, keeping the top item
は
[Space] Number Push the number onto the stack [Tab][LF] - Duplicate the top item on the stack [Tab] Number Copy the nth item on the stack (given by the argument) onto the top of the stack [LF][Tab] - Swap the top two items on the stack [LF][LF] - Discard the top item on the stack [LF][Space] Number Slide n items off the stack, keeping the top item
とかでいいはず。正確に言うと dup っていう別の命令がいらんというか…
他にも read 系がなんで heap 使うんだろうとか、いつ見ても突っ込みどころが多い…
(16:01)
前 | 2013年 9月 |
次 | ||||
日 | 月 | 火 | 水 | 木 | 金 | 土 |
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
全てリンクフリーです。 コード片は自由に使用していただいて構いません。 その他のものはGPL扱いであればあらゆる使用に関して文句は言いません。 なにかあれば下記メールアドレスへ。