Francisco Garau wrote:
There is a missing line to make the below example evaluate to true. Can you spot
it?
[
| pointClass setX setY squared |
pointClass :=
[ | x y |
setX := [ :aNumber | x := aNumber ].
setY := [ :aNumber | y := aNumber ].
squared := [ (x * x) + (y * y) ].
#end.
].
setX val
There is a missing line that makes the below evaluate to true. Can you spot
it?
[
| pointClass setX setY squared |
pointClass :=
[ | x y |
setX := [ :aNumber | x := aNumber ].
setY := [ :aNumber | y := aNumber ].
squared := [ (x * x) + (y * y) ].
#end.
].
setX value: 3.
setY value: 4.
squared
Weekday evenings after 5:30. Tuesday and Thursdays are best for me.
Tony
> On Oct 16, 2013, at 4:33 PM, Raymond Brinzer wrote:
>
> So... is everyone waiting for someone else to announce something? :-)
>
> I count 5: Sung won Lim, Ray Brinzer, Sean P. DeNigris, Tony Giaccone,
> and Paul Davido
So... is everyone waiting for someone else to announce something? :-)
I count 5: Sung won Lim, Ray Brinzer, Sean P. DeNigris, Tony Giaccone,
and Paul Davidowitz. Sung has the spot. Weekday or weekend, daytime
or evening?
On Mon, Oct 7, 2013 at 1:16 PM, Paul Davidowitz wrote:
> I'm in the gene
On Oct 16, 2013, at 4:51 PM, Camillo Bruni wrote:
> After a long debug session on monday I could finally overcome
> a tricky race condition for delays during image startup. This
> was the last obstacle to make the issue checker work under linux.
Excellent
> The issue validator is now enabl
After a long debug session on monday I could finally overcome
a tricky race condition for delays during image startup. This
was the last obstacle to make the issue checker work under linux.
The issue validator is now enabled again (the third time ;):
https://ci.inria.fr/pharo/view/3.0-Ana
e.g.
http://www.zazzle.fr/pharoshop
On Tue, Oct 15, 2013 at 1:02 PM, Jeff Gray wrote:
> Zazzle.com.au is the Australian site, because that's the one I started
> playing around with.
> There are a host of international zazzles.
>
> From how I recall the site working it auto translates product d
Good to hear!
You should thank Masashi, he put the image together :p
2013/10/16 Thushar G R
> Hi Bernat,
> I got the image, used the same settings to initialize JVM in Pharo2.0
> image, and i got the random long working. Its a start.
>
> Thanks a lot.
> Thushar
>
>
>
> thuchu
>
>
> On Wed, Oc
Hi Bernat,
I got the image, used the same settings to initialize JVM in Pharo2.0
image, and i got the random long working. Its a start.
Thanks a lot.
Thushar
thuchu
On Wed, Oct 16, 2013 at 1:27 PM, Bernat Romagosa <
tibabenfortlapala...@gmail.com> wrote:
> I've replied to your Stack Overflo
I've replied to your Stack Overflow thread. Hope it helps!
2013/10/16 Thushar G R
> Hi All,
>
> I was trying to load JNIPort in pharo , from
>
> MCHttpRepository
> location: 'http://www.squeaksource.com/JNIPort'
> user: ''
> password: ''
>
>
> Its raising some bugs regarding missing .mcz file
10 matches
Mail list logo