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

What the heck are turtles anyway? In this lesson, I’ll show you how Squeak Smalltalk’s turtles can really help you get to grips with OOP (object oriented programming). They let you control obvjects by sending one or more messages to them. And the end result – you can draw pictures on screen interactively. In this lesson, I explain: cascading messages, turtle graphics, drawing with pens and creating both local and global variables. As always, you should download a free copy of Squeak Smalltalk and a free copy of the Smalltalk/V Tutorial 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. DOWNLOAD SQUEAK Squeak Smalltalk DOWNLOAD THE SMALLTALK/V TUTORIAL I will using the excellent Smalltalk/V Tutorial as the “course text” for thi
Back to Top