[squeak-dev] Fun with spock (NativeBoost FFI)

Lawson English lenglish5 at cox.net
Tue May 15 03:02:46 UTC 2012


OK, getting closer. However I'm still not quite getting what I expect:


f1 := GMPfWrapper new.
f2 := GMPfWrapper new.
f3 := GMPfWrapper new.
f1 set_ui: 50.
f2 set_ui: 50.
f3 set_ui:50.
(f3 +f2) asString ==> '1


More information about the Squeak-dev mailing list