by shigemk2

当面は技術的なことしか書かない

binary calc lisp

binary calc lisp

計算

(and #b00101000 #b00001000)
-- 8
(or #b00101000 #b00001000)