2017-02-11 8:51 GMT+01:00 Sven Van Caekenberghe <sven@stfx.eu>:
The concept of 'meaning' is defined by the user, the usage, not by the Symbol itself. A Symbol with a space cannot be a selector (message/method) name

But it could be:

Point methodDict at: #'name with space' put: Point>>#x.

2@3 perform: #'name with space' "==> 2"

Only problem that we could not use them with normal syntax