Pharo 2.0 has implemented & -> bitAnd: and | -> bitOr: For who is dealing with bits, that's convenient, however it creates one more case of false polymorphism, these messages being used for Boolean already... Nicolas 2012/8/27 S Krish <krishnamachari.sudhakar@gmail.com>:
On loading up and testing NB:
I get possibly a very basic hurdle... Obliged for a heads up..
Can send the stack if its needed..
SmallInteger(Object)>>doesNotUnderstand: #& Receiver: 3 Arguments and temporary variables: aMessage: & 3 exception: MessageNotUnderstood: SmallInteger>>& resumeValue: nil Receiver's instance variables: 3
AJx86Instruction>>emitMod:reg:rm: Receiver: <<error during printing>> Arguments and temporary variables: mod: 3 reg: 37 rm: 36 Receiver's instance variables: name: #mov operands: an Array(EBP ESP) machineCode: a WriteStream position: 1 next: <<error during printing>>
On Fri, Aug 24, 2012 at 7:19 PM, Igor Stasenko <siguctua@gmail.com> wrote:
To load NativeBoost you can follow an instructions on project page:
http://code.google.com/p/nativeboost/wiki/Installation
-- Best regards, Igor Stasenko.