The Power of Composition - Scott Wlaschin

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

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

  • @tullochgorum6323
    @tullochgorum6323 3 ปีที่แล้ว +12

    I've been programming since the days of punch cards. Of the hundreds of instructors I've read or watched in all that time, this guy is the clearest. He has a brilliant talent for making the intimidating and abstract seem understandable and practical.
    I highly recommend his book, and all his other talks. If you need to get a handle on typed functional programming for real-world problem domains, there is no better guide.
    In particular, if you want to learn Haskell and aren't a mathematician, consider starting with Wlaschin and F#. You'll have much more chance of succeeding if you have already grasped the fundamental concepts from an exceptional teacher like Scott while using a less intimidating language.

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

      Yep. While. I certainly fall short of your legacy, being only a decade into "this mess we're all in," I can confirm that it's not just y'all old foggies that find Scott a delightful person and clear communicator.

  • @ChristopherOkhravi
    @ChristopherOkhravi 6 ปีที่แล้ว +25

    Wow. This is probably the single best summary of functional programming that I've seen so far. Thank you.

    • @shaikzuhair8537
      @shaikzuhair8537 5 ปีที่แล้ว

      Hai sir, pls you do videos on refactoring of object oriented soft..
      Your design patterns are very good tutorials

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

      Christopher Okhravi your design patterns channel saved my life. You will forever remain my legend

  • @licriss
    @licriss 5 ปีที่แล้ว +5

    Woah this guys is amazingly clear

  • @hynjus001
    @hynjus001 6 ปีที่แล้ว +9

    Praise Scott Wlaschin. I finally get monads

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

    15:50 they say Excel is a functional programming language… I wish it had a pipe syntax. So many nested functions!

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

    I think there are more things you should forget like exceptions and null pointers. Especially null pointers

  • @noxiouspro
    @noxiouspro 2 ปีที่แล้ว

    When Scott mention how to make FizzBuzz general solution at 48:57 before started talking about Monad and Bind.
    I'm kinda confuse.
    Is that mean I can do something like this with Bind?
    Original implementation :
    let FizzBuzz n =
    n
    |> carbonate | 5 "FizzBuzz"
    |> ifUncarbonateDo (carbonate 3 "FizzBuzz")
    |> ifUncarbonateDo (carbonate 5 "FizzBuzz")
    |> carbonateRemaining
    To Bind implementation :
    let FizzBuzz n =
    n
    |> carbonate | 5 "FizzBuzz"
    |> Bind (carbonate 3 "FizzBuzz")
    |> Bind carbonate 5 "FizzBuzz")
    |> carbonateRemaining

  • @shastabolicious
    @shastabolicious 5 ปีที่แล้ว +8

    is there a javascript equivalent of this guy

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

      Uhm, it's not quite the same, but I hope in the 2 years since this comment, you've spotted Gabriel Lebec's talk at th-cam.com/video/3VQ382QG-y4/w-d-xo.html, "a flock of functions: lambda calculus in javascript". He also is quite patient, thorough, but not thorough enough to get stuck in the weeds.

  • @nicktech2152
    @nicktech2152 3 ปีที่แล้ว

    07:46 bless you mate

  • @ЕгорИгоревич-я3я
    @ЕгорИгоревич-я3я 4 ปีที่แล้ว +3

    the public API doesn't talk about bananas

  • @kamalabuhenamostafa
    @kamalabuhenamostafa 6 ปีที่แล้ว +3

    NICE

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

    Give that man a cough drop good lord

  • @medthehatta
    @medthehatta 6 ปีที่แล้ว +2

    I love his talks, but he's GOT to stop nervously clearing his throat, especially at the start! After giving tons of talks, he ought to have practiced away the habit by now.

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

      i barely even noticed that. the person coughing in the audience loud and consistently drove me insane tho

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

      didn’t see/hear this happen once.