I recently read a couple of articles reviewing why Smalltalk "died".
This got me thinking. Why can't Smalltalk be revived? For the most part, Smalltalk's weaknesses have been addressed today.
While the Smalltalk community is still somewhat fragmented, there are really only three prominent Smalltalk flavors for enterprise use: open-source Pharo, commercial VAST, and commercial VisualWorks. Commercial Smalltalks are important because many enterprise users insist on having solid, reliable, commercial support.
Pharo is becoming increasingly important in the enterprise space, especially with support from the Pharo Consortium.
I've run Pharo on a Raspberry Pi and it runs quite well! Pharo plays well with GitHub, thanks to the Iceberg facility. Pharo is web-ready with Seaside and Teapot frameworks, as well as PharoJS for front-end development.
Smalltalk has the following winning qualities:
Note 1 — A Smalltalk image is comparable to a VirtualBox or VMware Linux virtual machine running a Java application along with the Eclipse IDE used to create the application. The Linux VM is portable and can be easily deployed anywhere. Smalltalk refined this concept decades earlier!
Note 2 — Smalltalk's productivity is illustrated in Capers Jones' study on function point metrics for a variety of programming languages:
Table 16: Side-by-Side Comparison of function points and lines of code metrics
Language — Total Work Hours
Even much-hyped languages like Go, Dart, Elixir, Haskell, and Julia don't fare as well as Smalltalk.