Re: [Pharo-users] The #compile: selector

2016-06-15 Thread Mark Bratcher
sts.pharo.org] On >Behalf Of Mark Bratcher >Sent: Wednesday, June 15, 2016 8:06 PM >To: Any question about pharo is welcome >Subject: [Pharo-users] The #compile: selector > >When using the #compile: selector to dynamically create a selector, is >there a way (e.g., a pragma) to specify t

Re: [Pharo-users] The #compile: selector

2016-06-15 Thread Henrik Nergaard
SomeClass compile: 'foo ^ ''foo''' classified: #accessor Best regards, Henrik From: Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] On Behalf Of Mark Bratcher Sent: Wednesday, June 15, 2016 8:06 PM To: Any question about pharo is welcome Subject: [Pharo

[Pharo-users] The #compile: selector

2016-06-15 Thread Mark Bratcher
When using the #compile: selector to dynamically create a selector, is there a way (e.g., a pragma) to specify the category for the dynamic selector in a way that Pharo will see it? I tried, for example: s := String new writeStream. s nextPutAll: 'foo' ; cr ; nextPutAll: ' ' ; cr ; nextPutAll: '