|
|
|
|
|
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. |
|