エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
I'm a sucker for articles mentioning "the next Lisp". I just read Mark Tarver's, and I thought I'... I'm a sucker for articles mentioning "the next Lisp". I just read Mark Tarver's, and I thought I'd jot down some quick notes. Not to be taken too seriously, but still. Quotes are from The Next Lisp: Back to the Future. Recursion as the primary mean of expressing procedure calling. Recursion is highly overrated. When I call MAP, I don't care whether that's implemented using recursion or gotos. Also