[Newbies] Re: Underscore in 3.9

2006-10-23 Thread Klaus D. Witzel
Hi Ramiro, on Tue, 24 Oct 2006 00:30:23 +0200, you wrote: Hello everyone, I started using the latest 3.9 image and there are no := there :) Only underscores. Even when I write := it turns into _ when I save. I am sure there is a very silly option out there to deactivate this behavio

Re: [Newbies] problems with scoping

2006-10-23 Thread Mathieu
Ch Lamprecht a écrit : > Hi, > I face a problem with variable scoping in block-closures: > > arr := Array withAll: #(1 2 3 4 5 ). > blocks := arr collect: [ :i | [Transcript show: i] ]. > blocks do:[:item | item value]. > > This prints 5 because blocks contains > [Transcript show: i] > for a

RE: [Newbies] problems with scoping

2006-10-23 Thread Ramon Leon
> Hi, > I face a problem with variable scoping in block-closures: > > arr := Array withAll: #(1 2 3 4 5 ). > blocks := arr collect: [ :i | [Transcript show: i] ]. > blocks do:[:item | item value]. > > This prints 5 because blocks contains [Transcript show: > i] for all of its elements and a

[Newbies] Underscore in 3.9

2006-10-23 Thread Ramiro Diaz Trepat
Hello everyone, I started using the latest 3.9 image and there are no := there :) Only underscores. Even when I write := it turns into _ when I save. I am sure there is a very silly option out there to deactivate this behaviour. Anyone can tell me? Thanks r. _

[Newbies] problems with scoping

2006-10-23 Thread Ch Lamprecht
Hi, I face a problem with variable scoping in block-closures: arr := Array withAll: #(1 2 3 4 5 ). blocks := arr collect: [ :i | [Transcript show: i] ]. blocks do:[:item | item value]. This prints 5 because blocks contains [Transcript show: i] for all of its elements and accesses the curren

[Newbies] squeak wiki software

2006-10-23 Thread Gary Frederick
Howdy all, I just started using squeak. I am interested in running a squeak wiki on a Linux server. I see that there are various versions that I can install. Can I get some input on the benefits of using swiki, pier and any other choices? We will be using the wiki to collaborate with kids that a

Re: [Newbies] Re: Hi I'm new

2006-10-23 Thread Raymond Asselin
Le 2006/10/20, Serge Stinckwich <[EMAIL PROTECTED]> écrivait : >Alexandre Jasmin a écrit :>> It'd be fun to meet other Squeakers in person and hopefully share a few >> tricks with them. There was an email on squeak-dev about a Smalltalk >> meeting in Toronto but it's a bit difficult for me to get

Re: [Newbies] Etoy tutorials on Squeakland and documentation in general

2006-10-23 Thread Raymond Asselin
Le 2006/10/20, lanas <[EMAIL PROTECTED]> écrivait : >parce que cela s'adonne que je comprends trés bien le francais ! > >So I have found excerpts at Eyrolles: > >http://www.eyrolles.com/Accueil/Livre/9782212110234/livre-squeak- programmation.php > >But it doesn't seem to be available in America (

Re: [Newbies] Re: binary streams, how to

2006-10-23 Thread Petr Fischer
Thanks. Klaus D. Witzel píše v Po 23. 10. 2006 v 07:15 +0200: > Hi Petr, > > on Mon, 23 Oct 2006 00:02:28 +0200, you wrote: > > Hi, > > > > which methods shall I use for binary (fast) reads/writes to file > > (stream)? > > I need to write Boolean (1byte), Integers (4 or 8 bytes), Floats (?) and >