vote up -4 vote down star

Hello,

I'm thinking to start learning SmallTalk, but as I can see, SmallTalk was left in the time, because in the last years I didn't see much SmallTalk developers, but is it dead? Thanks

flag
See: stackoverflow.com/questions/515061/… – Shog9 Oct 28 at 0:57
This is about the pros and cons of it, here is about "dead". – Nathan Campos Oct 28 at 0:58
5  
Programming languages aren't "alive" except in the sense of being in use - therefore, a question asking about the current use of a language is fundamentally identical to one inquiring as to its health. – Shog9 Oct 28 at 1:00
2  
See also stackoverflow.com/questions/149042/… – jalf Oct 28 at 1:02
Remember that "dead" is a way to say that the language isn't more at use. – Nathan Campos Oct 28 at 1:03
show 4 more comments

closed as subjective and argumentative by Shog9, mjv, Noldorin, jalf, Mark Biek Oct 28 at 1:06

6 Answers

vote up 5 vote down check

It is probably a bad idea to learn SmallTalk hoping that it'll be the Next Big Thing. You're not very likely to get hired as a SmallTalk programmer in the next couple of years.

But that doesn't mean that the language doesn't get used. It does.

But more importantly, it is always a good idea to learn a new language. It'll make you a better programmer. It doesn't matter if you'l lever get a job coding SmallTalk. It doesn't matter if the language is "dead", if anyone uses it, or if the language is evolving.

All that matters is "can you learn anything from the language". And if you're interested in object-oriented programming, then the answer is probably "yes". And if you're not, the chances are still good that you'll be able to learn something from it.

link|flag
vote up 1 vote down

No programming language is dead... might not get you a job tho.

link|flag
There are SmallTalk jobs today? – Nathan Campos Oct 28 at 0:59
4  
Yes, but they are advertised under "Ruby". :-) – DigitalRoss Oct 28 at 1:00
vote up 3 vote down

Smalltalk isn't dead, but there isn't much of an active marketplace for it. Most of the smalltalk jobs out there are just for maintaining legacy apps. Gemstone (the maker of one of the more successful distributions) is still alive and well after 26 years, and will still sell you their version of smalltalk, and even hosts user group meetings, but even their main product is a Java database anymore.

Smalltalk still powers numerous stock markets, and tracks something like 30% of all containerized ship cargo in the world.

link|flag
vote up 2 vote down

I think Smalltalk is worthy of study. It's quite different from other languages, particularly if you grew up on C/C++/Java/C#. It gives you a great perspective on true object-orientedness. So you'll get something of value out of studying/using it. You'd have to study the job market to see if you'll get a job out of it though.

link|flag
vote up 1 vote down

Here are several charts showing a variety of ways of comparing the popularity of various languages. Since it is presented in a variety of ways, I'll let you interpret the day for yourself.

link|flag
vote up -2 vote down

Search SO for SmallTalk. 86 hits (including this one) out of nearly 350,000 questions.

Yeah, i think SmallTalk isn't really in play any more.

link|flag
i know this answer isn't exactly a scientific, sampling a single site, but 350,000 is an awful lot of data. Why the downvotes?!? – psasik Oct 28 at 1:18
yeah, I'm not sure. I upvoted it. It seems a fairly valid data point. – jalf Nov 6 at 12:29

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