idioms
Collection idioms in GNU Smalltalk (and problems thereof)
By Paolo Bonzini - Posted on May 22nd, 2008
Peter Norvig's blog showed an example of a toy spell checker in Python, which Michael Davies converted to Smalltalk. This problem is interesting and Michael's solution is actually quite idiomatic.
I'll show a couple more tricks that can help decrease the number of lines.
