I downloaded Squeak, the Image file, and the Sources file, but I can't figure out how to write Smalltalk code. Is there something obvious I'm missing? Is Squeak even the right IDE for serious Smalltalk development?
|
|
Hopefully, this will help you: http://wiki.squeak.org/squeak/377 This as well: http://www.cosc.canterbury.ac.nz/wolfgang.kreutzer/cosc205/smalltalk1.html |
||
|
|
|
|
Get yourself a copy of Squeak by Example. Either as a free PDF or as a book. |
||
|
|
|
|
Squeak is an excellent IDE for serious Smalltalk development. That is not to say that it cannot be improved. The pharo guys are eleminating from the squeak image the parts you might not want for professional development. Download (or buy) the book Squeak by Example to get started. |
||
|
|
|
|
Squeak is a great environment for learning Smalltalk, but don't confuse that particular implementation with 'Smalltalk'. Some of the other implementations are very professional, but not surprisingly come at a financial cost. |
||
|
|
|
|
I don't think Squeak is really oriented towards "serious Smalltalk development". It's intended as a first programming environment for children. Which isn't to say that you can't do useful stuff with it, it's just not aimed as much towards large-scale development. Check out the Wiki for getting started tips. It's been a while since I last used Squeak, but I don't remember it being particularly hard to get started. |
||||||||||
|
|
|
These videos are a nice simple introduction to Squeak especially this one. |
||
|
|
|
|
|
||
|
|
