Hacker News new | ask | show | jobs
by xkriva11 1227 days ago
Unless you are a complete beginner, i.e. you have already tried writing small procedural programs, spending a few days with Smalltalk won't hurt. It would be good to get the hang of it over time anyway, and in Smalltalk the basics of OOP are used in a very clean and simple form that will make it easier for you to understand elsewhere.

I recommend going through the Pharo MOOC materials and be sure you understand the concepts of classes, MessageNotUnderstood, metaclasses, closures, navigating the collections library, basic design patterns. You can do it in parallel with other learning activities with different languages.

1 comments

I second this recommendation. I didn't get properly OOP until I learned Pharo. Before that I had the impression it was just a more convoluted way of doing plain old imperative programming. Full immersion in a proper environment really helps getting the core concepts. Besides the MOOC, there's also a lot of free books available at https://books.pharo.org/