vote up 7 vote down star
5

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?

flag

7 Answers

vote up 5 vote down check

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

link|flag
vote up 2 vote down

Get yourself a copy of Squeak by Example.

Either as a free PDF or as a book.

link|flag
vote up 1 vote down

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.

link|flag
vote up 3 vote down

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.

link|flag
vote up 0 vote down

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.

link|flag
This is completely wrong. – Marcin Oct 11 '08 at 23:25
Squeak can do anything, including serious Smalltalk development. www.dabbledb.com is a commercial application using Squeak & Seaside. Gilad Bracha and his team are also using Squeak to implement their Newspeak programming language (gbracha.blogspot.com). – Sébastien RoccaSerra Oct 12 '08 at 12:07
I would refer anybody interested to this paper, which describes the design goals of Squeak: users.ipa.net/~dwighth/squeak/… Note that building large software systems, support for a native look ad feel, and easy deployment aren't on there anywhere. – Mark Bessey Oct 14 '08 at 16:54
And, yeah - saying it's "for children" was probably a bit of a stretch, though that's always been one of Alan Kay's design goals. The major point of squeak is extensibility and portability. While you can do anything with it, it's not designed as a professional tool. – Mark Bessey Oct 14 '08 at 16:57
While it might not be designed as a professional tool, it is much better than lets say Eclipse or Visual Studio at it. – Stephan Eggermont Nov 27 '08 at 22:30
show 2 more comments
vote up 3 vote down

These videos are a nice simple introduction to Squeak especially this one.

link|flag
vote up 5 vote down

See the list of tutorials at the Squeak website.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.