vote up 1 vote down star

Exact duplicate: http://stackoverflow.com/questions/187380/why-use-ruby-instead-of-smalltalk


Why hasn't Smalltalk succeeded in obtaining the same level of popularity as recent object-oriented dynamic languages such as Ruby even though it was created much before?

Was it just because of the syntax? Was it because of the environment?

Or was it due to lack of marketing skills from the Smalltalk community?

flag

Subjective post. Wikify please. – Daniel Spiewak Nov 5 '08 at 19:35
As Jonke said, this is a duplicate of stackoverflow.com/questions/187380/… – ConcernedOfTunbridgeWells Nov 15 '08 at 0:45

closed as exact duplicate by ConcernedOfTunbridgeWells Nov 15 '08 at 0:44

4 Answers

vote up 3 vote down check

Ruby fits very nicely in the Unix environment and the syntax is similiar to C-like languages (within bounds of course). Rails is nice but Seaside (http://www.seaside.st/) is probably quite good also. It seems that people are considering using Smalltalk more and more - if you check the blogs from Cincom (for example) they will tell that they had the most successful year. Of course one has to take this with a grain of salt, but....

One has to concede that Smalltalk IDEs are mostly way better than Ruby, however the docs are sparse and hard to get. If you look at Cincom Smalltalk you get something really good, but Squeak suffers from the unusual GUI Toolkit - and unfortunatley there no good books available for it. It's a pity, they wrote it so children can use it. This may be but how about grown-ups? ;-(

The only better book about Squeak is the Seaside book from the Hans Plattner Institute and this online tutorial: http://squeak.preeminent.org/tut2007/html/index.html

In the end I'll argue that Ruby has opened the way so that Smalltalk gets more of the attention it really deserves.

Regards

link|flag
Squeak by Example is a nice book. – Stephan Eggermont Nov 12 '08 at 13:09
I own this book besides a few others, and I not like it very much. So for me this is really lacking for Squeak a really good book and especially how to build GUI based stuff in it. Regards – Friedrich Nov 12 '08 at 16:33
vote up 0 vote down

Rails definitely made the biggest difference, but the fact that Ruby has been open-source from the start and had a single defacto-standard helped too.

link|flag
vote up 3 vote down

Duplicate and discussed http://stackoverflow.com/questions/187380/why-use-ruby-instead-of-smalltalk

link|flag
vote up 5 vote down

One word, Rails.

link|flag
Agreed. Ruby has existed long before rails came along. Rails is the reason that Ruby is as popular as it is. – toby Nov 6 '08 at 23:50

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