Exploring the Condition System of Common Lisp

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

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

  • @xabixps
    @xabixps ปีที่แล้ว +4

    Great video!!

  • @curtislewis8373
    @curtislewis8373 ปีที่แล้ว +1

    Thanks for this! I've been having trouble wrapping my head around condition systems even after studying a couple of texts. This definitely helps!

    • @the-lisper
      @the-lisper  ปีที่แล้ว

      It is a complex topic, trying to actually write some code helps a lot!

  • @hansisbrucker813
    @hansisbrucker813 8 หลายเดือนก่อน +1

    Very powerful system. Thank you for explaining it simply 😃👍

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

      Thanks!

  • @simonsaville9962
    @simonsaville9962 6 หลายเดือนก่อน

    Now I understand! Thanks for saving my sanity.

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

      The condition system has to be explored a little bit at a time!

  • @WadeMealing-n3b
    @WadeMealing-n3b 10 หลายเดือนก่อน +1

    I liked this video!

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

      Glad to hear that! Thanks!

  • @JoKim-kl6il
    @JoKim-kl6il ปีที่แล้ว +2

    Great video! Thank you! - Just one point - doesn't the very last expression have to be (invoke-restart #'use-abs-value) ? I think the function sign `#'` was forgotten and a normal quote used.
    Okay. I tried - and indeed it must be just a normal quote of the function name! You did not do any typo. It was all absolutely correct. Thanks for the tutorial!

    • @the-lisper
      @the-lisper  ปีที่แล้ว +1

      Great that you made it work! Yeah, `use-abs-value` is not a function, just a symbol used by `restart-case`. Thanks!

  • @टिरंजननकले
    @टिरंजननकले 25 วันที่ผ่านมา +1

    Over complicated in my opinion. Is there any tutorial /book which can explain this?
    what are :initarg and :text ? How to get them populated in IDE? I am using Portacle

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

      Thanks for the feedback, I assumed some basic knowledge of CLOS, which is a prerequisite for the condition system..
      For :initarg for example there is this video th-cam.com/video/cssHR_MLwNQ/w-d-xo.html