Common Lisp setf icon Cons cell structure with assignment arrow representing setf in Common Lisp 【Common Lisp】set、setq、setfの違い(コンスセルとシンボルのセル) 2026-05-25 by chiilabo #Common Lisp(166) #コンスセル(20) #マクロ(19) #シンボル(17) #setf(15)
コンスセルアイコン 1つのコンスセル。carとcdrの2スロットから、それぞれ値への矢印が出ている 【Common Lisp】コンスセルとC言語のポインタを比べる 2026-05-242026-05-24 by chiilabo #Common Lisp(166) #loop(40) #C言語(21) #コンスセル(20) #setf(15)
【Common Lisp】cdrは後続リストか、後続セルか?(コンスセル) 2026-05-262026-05-23 by chiilabo #Common Lisp(166) #loop(40) #再帰(25) #コンスセル(20) #cdr(13)
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)