Nov. 6, 2017
3:07 p.m.
On 6 Nov 2017, at 15:43, Dale Henrichs <dale.henrichs@gemtalksystems.com> 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