CLOS: Introduction and usage of defclass

Поделиться
HTML-код
  • Опубликовано: 1 дек 2024

Комментарии • 6

  • @michaellazarou6891
    @michaellazarou6891 10 дней назад

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

  • @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  5 месяцев назад +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!