Common Lisp defines classed with defclass . In Clojure, I can define structs with defstruct : (defstruct bank-account :customer-name ...
確定! 回上一頁