Dynamic Forms and Tables with Common Lisp and HTMX

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ม.ค. 2025

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

  • @verdammelt
    @verdammelt ปีที่แล้ว

    Perhaps I missed something but I am confused by using `(format t ...)` to get values. For example it's use to compute `contact-url` at around 2:54 in the video.
    Doesn't `(format t...)` value to `nil`? I would have thought that the expression should be `(format nil ... ` to create a string value.

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

      If I did it , it is a typo and I corrected it later in the video (it is possible that I cutted when I actually did the fix but you can see it from the code). You can also check it on the GitHub repo!

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

      You can see that here is right th-cam.com/video/zmF7sDHrNbM/w-d-xo.html
      I just noted the change one time th-cam.com/video/zmF7sDHrNbM/w-d-xo.html
      Thanks for underlining the typo for others to pay attention to the difference. Sadly there is not a lot of compile time checks on the html templates.

  • @xabixps
    @xabixps 11 หลายเดือนก่อน +1

    Really like your videos about web and CL.

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

      Thank you very much!

  • @pleaseenteraname1215
    @pleaseenteraname1215 ปีที่แล้ว

    Please keep going, My advice dont do part videos they will not get views after first one, do vids on specific parts, also if u want to do seriese so it but not name it as part 2, name it something interesting that can be done with content of vid.

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

      I kind of knew but got tempted this time, thanks for reminding me!