Master Object Oriented Programming. Smalltalk’s Big Secret: Turtles!

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

КОМЕНТАРІ • 10

  • @mtin79
    @mtin79 Рік тому +6

    Would have needed this 20 years ago. Especially smalltalk / squeak 🐭

  • @kwantumspin
    @kwantumspin 5 місяців тому

    i can only learn from an old school teacher like u ! thank you !

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

      Ha! That's very kind of you. I didn't know I was all that old school! 😁

  • @BryanChance
    @BryanChance Рік тому +2

    I like these smalltalk tutorials and the C# programming. Thank you!

  • @TalhaAzim
    @TalhaAzim Рік тому +2

    Hi Huw, thanks for working on these tutorials! I've been curious about this for a while but documentation and tutorials are tricky.
    I know this is an extremely random and strange ask, but do you by any chance know how to connect with Dr. Alan Kay? I'm greatly interested in sharing some ideas with him and getting his advice. Like I said, random and strange.

    • @LearnWithHuw
      @LearnWithHuw  Рік тому +5

      Alan Kay is very active on Quora. If you have any questions, you could try posting them there. www.quora.com/profile/Alan-Kay-11 There are also some contact details on the UCLA site. I won't post those here but you can search and give them a try if you like.

  • @rverm1000
    @rverm1000 5 місяців тому

    Are there any examples where people have deployed programs. ?

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

    Your code draws in a other Workspace window where mine draws on the main HomeProject window background. This was frustrating me as my Workspace windows placement covered it so I could not see it. I got no erros but it seemed as if the code would not run. Maybe slightly more detail about how your image is setup is needed so our results look like yours. Also it woudl be nice to see how you use the .st files. I presume you wrtie the code into a .st file using your deitor of chouce and then open it with Squeak. Maybe this is not directly pertinent to OOP but if those watching experience thigns differently than they see on the screen it may cause some frustraioin and even abandonment of further attempts. Simply a suggestion.

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

      I wrote the code in Squeak. Some code I imported from the old Smalltalk/V files (and then edited in Squeak). The drawing is on the screen in some examples but may appear to be on an underlying Workspace window (for ease of viewing). I have only used some very basic graphics here since I just want to use the Smalltalk/V examples to illustrate features such as blocks and loops rather than explore the more powerful graphics of Squeak.