CLOS: Introduction and usage of defclass

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 พ.ย. 2024

ความคิดเห็น • 6

  • @michaellazarou6891
    @michaellazarou6891 6 วันที่ผ่านมา

    I think you do the best CL stuff on here, now

    • @the-lisper
      @the-lisper  6 วันที่ผ่านมา

      Nice to hear! Thanks!

  • @simonsaville9962
    @simonsaville9962 5 หลายเดือนก่อน +3

    You're a mind reader, I was thinking about getting dirty with some CLOS earlier today. TFTV!

    • @the-lisper
      @the-lisper  5 หลายเดือนก่อน

      That’s awesome timing! CLOS is such a fascinating topic. Enjoy getting into it, and feel free to comment if you have some questions or interesting discovery!

  • @PixelOutlaw
    @PixelOutlaw 5 หลายเดือนก่อน

    I think the CLOS is a very good OOP system. It's unfortunate that C++ and Java have implemented such schizophrenic notions of classes souring an entire generation on what OOP can be. I used functions quite heavily, but for stateful components in a system (especially when I want dispatch) CLOS is excellent. There are quite a few CLOS books too!

    • @the-lisper
      @the-lisper  4 หลายเดือนก่อน +2

      Yes, "Object-Oriented Programming in COMMON LISP: A Programmer's Guide to CLOS" and "The Art of the Metaobject Protocol" is the way to learn CLOS!