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
  Strings into big files, but standard way via storeOn: (text
  representation) is inefficient for me.
 
 You may want to look into the #'data get/put' messages category of  
 PositionableStream, implementors of #int32: then alt-B
 
 /Klaus
 
  Thanks, pf
 
 
 ___
 Beginners mailing list
 Beginners@lists.squeakfoundation.org
 http://lists.squeakfoundation.org/mailman/listinfo/beginners
 

___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


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 (Canada specifically).
Browsing quickly the sample chapters, the book looks quite
interesting.

Bonjour Alain tu peux sûrement le commander dans une librairie, je
l'ai acheté à la librairie de l'université du Québec à Montréal lorsqu'il
a été publié.

Effectivement c'est un très bon livre de Stéphane et Xavier

Salut
___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


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 there
 especially during the week. Are there any Smalltalkers in
Montreal?

Bonjour Alexandre,  bienvenue à Squeak, oui il y a quelques
Squeakers à Montréal qui ne se sont jamais rencontrés cependant.
J'en suis, je demeure à Longueuil. Il y a aussi Benoît St-Jean qui est
sporadiquement ici et aux USA.

Çà serait intéressant de se rencontrer pour parler de Squeak si çà
t'intéresse également.  Fais-moi signe par courriel privé.

Ciao
___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


[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 are learning
about computers.

Gary
___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


[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 current value of i.

I would like to have blocks contain
[Transcript show: 1]
[Transcript show: 2]
[Transcript show: 3]
etc.

so it would print 12345

TIA Christoph

___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


[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 behaviour.  Anyone can tell me?
Thanks


Open Preference Browser and in the searchbox type  
syntaxHighlightingAsYouType.


This will show up three underscore and := related preferences.

Unfortuntely the initial preferences in the stock 3.9 image are as you  
desribed.


Have a look at the developer's image, there this (and other preferences)  
are pre-set for meeting the expectations of developers, the image also  
comes with cool tools pre-loaded


- http://damiencassou.seasidehosting.st/seaside/pier

/Klaus

___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners