> On 6 Nov 2017, at 15:43, Dale Henrichs <[email protected]> > wrote: > > of course with Pharo's implementation of Symbol it is not practical to use > asString nor type checks - things that are not necessary in other Smalltalk > implementations
How so ? What is the problem with Symbol>>#asString ? #foo asString => 'foo' #'foo-bar' asString => 'foo-bar' Sven
