Object Oriented Programming With Smalltalk - blocks, tests, loops and files

Поділитися
Вставка
  • Опубліковано 9 чер 2023
  • In this lesson, I explain: comparisons, tests, blocks, block arguments, methods to collect, select and reject elements from arrays and characters from strings, and also how to process text files with Smalltalk. As always, you should download a free copy of Squeak Smalltalk and a free copy of the Smalltalk/V Tutorials so that you can follow along with this course.
    BOOKMARK THE SERIES PLAYLIST
    To follow this series in order, bookmark the playlist. New episodes are added to the playlist whenever they are published.
    • Object Oriented Progra...
    DOWNLOAD SQUEAK
    Squeak Smalltalk
    squeak.org/
    DOWNLOAD THE SMALLTALK/V TUTORIAL
    I will using the excellent Smalltalk/V Tutorial as the “course text” for this series and I encourage you to download a PDF copy of that too:
    stephane.ducasse.free.fr/FreeB...
    or:
    rmod-files.lille.inria.fr/?di...
    SUBSCRIBE TO THE CODE WITH HUW CHANNEL
    To be notified whenever I upload new lessons, be sure to subscribe.
    ua-cam.com/users/CodeWithHuw?s...
    WHO IS HUW COLLINGBOURNE?
    I’ve been programming since the early 1980s. I’ve written wrote programming columns on Java, C#, Delphi and other languages for “PC Plus Magazine”, “Computer Shopper” and numerous other UK magazines. I wrote the cult adventure game, The Golden Wombat Of Destiny, I have developed programming tools with SapphireSteel Software and I have written programming books published by Dark Neon and No Starch Press. These include books on programming C, C#, Java, Ruby, Delphi and Object Pascal, pointers, recursion and programming adventure games.
    All my books can be found on Amazon.
    Keep in Touch
    ==============================
    Code With Huw on Facebook:
    / codewithhuw

КОМЕНТАРІ • 5

  • @pannerselvam2361
    @pannerselvam2361 11 місяців тому +1

    I can't thank you enough. Your insights are invaluable. Thank you soooo soooo much.

    • @LearnWithHuw
      @LearnWithHuw  11 місяців тому +1

      Thank you. That's very kind of you to say so.

  • @josephliew4103
    @josephliew4103 10 місяців тому

    Microsoft's odd PowerFx has odd similarities to smalltalk. I don't think it's coincidental that Microsoft's PowerApps editor has design similarities to squeak. Your video is making me think very hard what really is OOP today.

    • @LearnWithHuw
      @LearnWithHuw  10 місяців тому +1

      I've never used PowerFx. It wouldn't surprise me if Smalltalk has had an influence. Interesting.

    • @josephliew4103
      @josephliew4103 10 місяців тому

      Indeed. The parts of PowerFx that are similar to smalltalk are for communicating and interacting across the Microsoft 365 ecosytem. Even the loop implementation has similarities. I'm impressed by a modern Alan Kay's idea of messaging having an immediate relevance four decades since smalltalk was created.
      Thank you for this excellent series. As a student struggling with OOP, it is very helpful. Perhaps the obession with teaching how to create objects works for the majority. But some of us just can't grasp OOP because we want to know how objects "talk" to each other. Thank you.