Re: [Pharo-users] Compiler evaluate: -> Smalltalk evaluate:

2014-04-08 Thread Marcus Denker
On 07 Apr 2014, at 14:02, Sergi Reyner wrote: > 2014-04-07 11:51 GMT+01:00 Marcus Denker : > In 4.0, we will remove the old compiler and then we can see how to make the > API perfect. > > Will it be able to decompile by then? > Yes, we will solve that problem, too. Marcus

Re: [Pharo-users] Compiler evaluate: -> Smalltalk evaluate:

2014-04-07 Thread Andre Hora
Thanks guys! On Apr 7, 2014 4:36 PM, "Camille Teruel" wrote: > > On 7 avr. 2014, at 16:31, Clément Bera wrote: > > Hello, > > I do not like 'Smalltalk evaluate:' either. > > One solution is to do 'self class compiler evaluate:'. > > > Yes IMO, calling #compiler on a class is the best solution si

Re: [Pharo-users] Compiler evaluate: -> Smalltalk evaluate:

2014-04-07 Thread Camille Teruel
On 7 avr. 2014, at 16:31, Clément Bera wrote: > Hello, > > I do not like 'Smalltalk evaluate:' either. > > One solution is to do 'self class compiler evaluate:'. Yes IMO, calling #compiler on a class is the best solution since it returns a compiler with the options that the class defines.

Re: [Pharo-users] Compiler evaluate: -> Smalltalk evaluate:

2014-04-07 Thread Clément Bera
Hello, I do not like 'Smalltalk evaluate:' either. One solution is to do 'self class compiler evaluate:'. 2014-04-07 5:02 GMT-07:00 Sergi Reyner : > 2014-04-07 11:51 GMT+01:00 Marcus Denker : > > In 4.0, we will remove the old compiler and then we can see how to make >> the API perfect. >> > >

Re: [Pharo-users] Compiler evaluate: -> Smalltalk evaluate:

2014-04-07 Thread Sergi Reyner
2014-04-07 11:51 GMT+01:00 Marcus Denker : > In 4.0, we will remove the old compiler and then we can see how to make > the API perfect. > Will it be able to decompile by then? Cheers, Sergi

Re: [Pharo-users] Compiler evaluate: -> Smalltalk evaluate:

2014-04-07 Thread Marcus Denker
On 07 Apr 2014, at 12:15, Andre Hora wrote: > Hello, > > Recently in Pharo there was some tendency to replace Compiler evaluate: by > Smalltalk evaluate:. > Stef does not seem to agree with that. > My question is which one is the correct convention to call #evaluate: ? > The problem is that

[Pharo-users] Compiler evaluate: -> Smalltalk evaluate:

2014-04-07 Thread Andre Hora
Hello, Recently in Pharo there was some tendency to replace Compiler evaluate: by Smalltalk evaluate:. Stef does not seem to agree with that. My question is which one is the correct convention to call #evaluate: ? thanks in advance, -- Andre Hora