Common Lisp Tutorial 9a: Packages

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 พ.ย. 2024
  • This video is the first in drilling into the Common Lisp packages and projects. Including packages, asdf, and quicklisp

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

  • @huxinbang
    @huxinbang 3 ปีที่แล้ว +2

    This video is great, solved my problems about package, thanks for doing this.

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

      You’re very welcome!

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

    That was really useful. coming from clojure the CL package system confused the hell out of me. I'm looking forward the ASDF video

    • @NeilMunro
      @NeilMunro  4 ปีที่แล้ว

      Glad it was helpful! Thanks for the topic suggestion!

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

    very very helpful, thank you.

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

    Very nice explanation! Thanks! Maybe you could share your experience with unit testing?

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

      Sure, I'll make sure I cover testing along with packaging since although it's not the same topic, testing projects and packages is good practice!

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

      Cool. I was struggling with Lisp for years and with your educational videos I am seeing light 😎

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

      I'm genuinely glad they're helping you begin to make sense of lisp! It's really made my day to hear that! Thank you! Is there anything in particular that you feel you're struggling with?

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

    thanks for doing this , im learning a lot from this

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

      Great, I'm glad, I found it hard to get started with CL, so I wanted to help others.