Common Lisp member function icon Three cons cells in a chain, with the first cell grayed out and the remaining two highlighted to represent the tail returned by member 【Common Lisp】なぜ member は tail のコンスセルを返すのか(所属述語関数) 2026-05-232026-05-23 by chiilabo #Common Lisp(166) #コンスセル(20) #MacLisp(8) #equal(7) #NIL(7)
【Common Lisp】リスト終端記号nilが「空リスト」と「偽」を兼ねる小歴史 2026-04-25 by chiilabo #Common Lisp(166) #S式(22) #シンボル(17) #cdr(13) #car(12)
【Common Lisp】Booleanと論理演算の基本の使い方(t / nil / and / or / not) 2026-04-242026-04-23 by chiilabo #Common Lisp(166) #型宣言(19) #declare(17) #Common Lisp 基本の使い方(16) #条件分岐(16)