[squeak-dev] Closure testers needed

Ian Trudel ian.trudel at gmail.com
Thu Jul 16 14:23:03 UTC 2009


SqueakVM-Win32-3.11.3-bin.zip
Squeak3.10-7159-basic.image
SqueakV39.sources

All updates applied according to the given protocol.

fib := [:n| n < 2 ifTrue:[1] ifFalse:[(fib value:n-1) + (fib value:n-2)]].
fib value: 10.

 89

Slight problem here...

/* wxMaxima 0.8.0

(%i1) fib(10);
(%o1) 55

Ian.



More information about the Squeak-dev mailing list