Clojure tutorial - use an atom to make a run once function wrapper!

Поділитися
Вставка
  • Опубліковано 25 гру 2024

КОМЕНТАРІ • 24

  • @SebastianAnklamm
    @SebastianAnklamm 3 роки тому +13

    So good! I love that Peter touches on a lot of best practices a "normal" tutorial would omit.

    • @onthecodeagain
      @onthecodeagain  3 роки тому +2

      Yeah me too! The next one also will have a lot of those in it :)

  • @FrancescoPischedda
    @FrancescoPischedda 3 роки тому +6

    It is always a pleasure to see Peter in action!

    • @onthecodeagain
      @onthecodeagain  3 роки тому +1

      Yeah super amped to have made a video with him!

  • @CalvaTV
    @CalvaTV 3 роки тому +4

    I'm learning so much from this. A bit mean with the cliff hanger, but I'll just watch this many times until the next one.

    • @onthecodeagain
      @onthecodeagain  3 роки тому +2

      Sorry about the cliff hanger haha it was a long session and I wanted to publish a video! Next one will be coming out soon!

  • @Frodohack
    @Frodohack 3 роки тому +6

    What a boss! Thanks for the video and the tips, I always learning something new.
    Would be interesting maybe a video on how to debug clojure, also maybe with a ring server.

    • @eugenej.5584
      @eugenej.5584 3 роки тому +2

      "Would be interesting maybe a video on how to debug clojure." Yeah, heavy drinking stream.

  • @BrentonHolswich
    @BrentonHolswich 3 роки тому +4

    Brilliant! cheers guys. Lots of little goodies in this one and the building up of the function using pseudo code / refactors was great. Enjoyed the pace too.

    • @onthecodeagain
      @onthecodeagain  3 роки тому +2

      Glad you liked it :D im releasing a follow up to this tomorrow!

  • @andora5539
    @andora5539 3 роки тому +5

    Awesome video, such a pleasant way of explaining the thought process.

  • @nbme-answers
    @nbme-answers 3 роки тому +2

    font size is so much better! (for those watching on mobile .. which i assume is majority nowadays)
    thanks!

    • @onthecodeagain
      @onthecodeagain  3 роки тому +1

      Thanks! I stepped it up a bit after the last comment

  • @JoshReighley
    @JoshReighley 3 роки тому +3

    Thats awesome. It would be a pretty neat series to watch random Clojure gurus write. code and explain their practices.. Those are things that are hard to pick up for those of us who teach ourselves.

    • @onthecodeagain
      @onthecodeagain  3 роки тому +1

      Yeah that kind of started becoming prevelant with this video :) the next couple that will be released all touch on some cool conventions!

  • @riebeck1986
    @riebeck1986 Рік тому +1

    Great video !

  • @DavidAlbertoViramontes
    @DavidAlbertoViramontes 3 роки тому +2

    👏🏽👏🏽👏🏽

  • @eugenej.5584
    @eugenej.5584 3 роки тому +3

    I bet Peter plays Terran

  • @keldwikchaldain9545
    @keldwikchaldain9545 2 роки тому +1

    Was there a particular reason that `delay` wasn't discussed in this video at all?