CodeDmitry wrote
> @askoh
> 
> Ryerson University, Pragmatic Programming Languages teaches Smalltalk, and
> Introduction to Object Oriented Programming does too.

Well, be sure to check out the Toronto Smalltalk User Group!
http://www.smalltalk.ca/ says they meet at Ryerson. I'm not sure that's
always / still true. But you will be welcomed.


> There was also a club I think where people did Smalltalk coding, but I
> never really visited it so I may have been lied to.
> 
> @stepharo 
> 
> heh you're right! I haven't noticed that feature, it's handy. 
> 
> Umm I created a category Dummy, with class Dumbo, with method meep that
> does trivial text printing, and file-out'd it, but I don't know how to put
> it back in, it's not a valid Playground-script.
> 
> Object subclass: #Dumbo
>       instanceVariableNames: ''
>       classVariableNames: ''
>       poolDictionaries: ''
>       category: 'Dummy'!
> 
> !Dumbo methodsFor: 'as yet unclassified' stamp: 'Anonymous 10/2/2016
> 21:19'!
> meep
>     Transcript show: 'Hello, World!!'.! !





--
View this message in context: 
http://forum.world.st/New-to-Pharo-a-bunch-of-questions-tp4917701p4917925.html
Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

Reply via email to