A lovely demonstration of Objective-Smalltalk, and demonstrating some of the techniques that this style of PL enables: https://blog.metaobject.com/2019/02/a-small-and-objective-taste-of.html
Related Posts
Deno has the cutest PL mascot I think I've ever seen. Are there any other contenders?
Sometimes programming tools are so good that you miss them when using other languages. I see these mentioned the most frequently:
* IntelliJ (for Java)
* Slime+Emacs (for Common Lisp)
* Pharo (for Smalltalk)
I'm struck that they all have bespoke UIs.
"Example Driven Development" using Glamorous and Pharo Smalltalk: https://medium.com/feenk/an-example-of-example-driven-development-4dea0d995920
Tests returning values and composing is a really interesting model. It establishes structure and shows which test failure is the most 'fundamental'.