Hello, As other people mentioned, getting started with Smalltalk is the toughest part (unlike most scripting languages like php, where it is the opposite --...
Roel Wuyts
Roel.Wuyts@...
May 1, 2006 7:10 am
105563
Indeed; this is one of the things I wanted to add to the StarBrowser,but never found the time to do. But it coiuld be worth it... I would add: 1-...
Roel Wuyts
Roel.Wuyts@...
May 1, 2006 7:12 am
105564
... Thanks for the tip. Link is added. Karl...
karl
karl.ramberg@...
May 1, 2006 7:34 am
105565
karl could you add a link to the new mailing-list ( if this is not already done). Stef...
... Yes, thank you. Much better for my ears ;-) -- oooo Dr. Serge Stinckwich...
Serge Stinckwich
Serge.Stinckwich@...
May 1, 2006 8:13 am
105568
... Thank you, Stéphane. Could you register the list on gmane.org ? -- oooo Dr. Serge Stinckwich...
Serge Stinckwich
Serge.Stinckwich@...
May 1, 2006 8:16 am
105569
I think it would be useful for the newcomers if the list is directly visible in the community page (otherwise I imagine some of them won't dig in "specific sub...
francois schnell
francois.schnell@...
May 1, 2006 8:18 am
105570
Hi Stev, ... and I must frankly admit, that I can't parse that sentence. Ascribe this to my mother tongue not being English. So in case you meant my article is...
Wolfgang Helbig
helbig@...
May 1, 2006 10:31 am
105571
Dear list, I use Squeak 3.8 update #6665. I very frequently encounter errors while trying to install packages from SqueakMap. For example, say, I'd like to ...
Nagy Attila
attis@...
May 1, 2006 10:45 am
105572
... http://en.wikipedia.org/wiki/Array lists BASIC and Fortran as having 1-based array indexing, and it even discusses some of the relative merits of and...
Hans-Martin Mosner
hmm@...
May 1, 2006 11:03 am
105573
David T. Lewis
lewis@...
May 1, 2006 11:03 am
105574
OSProcess file locking bug/fix Affected platforms: Squeak applications that rely on file locking for Unix, such as Omnibase applications. Squeak with OSProcess...
David T. Lewis
lewis@...
May 1, 2006 11:08 am
105575
... Done Karl...
karl
karl.ramberg@...
May 1, 2006 11:34 am
105576
Hi Hans-Martin, ... not any more :-) In Fortran 77 you specify a Real Array with indexes from 0 to 10 as REAL(0:10) This leaves BASIC and Smalltalk on the...
Wolfgang Helbig
helbig@...
May 1, 2006 11:37 am
105577
... Done Karl...
karl
karl.ramberg@...
May 1, 2006 11:50 am
105578
Hi Hans-Martin, you posed the question ... And the answer is no! And I deeply appreciate Smalltalk for the #// and #\\ operators, for Integers that are...
Wolfgang Helbig
helbig@...
May 1, 2006 12:03 pm
105579
... IIRC XPath uses 1 based indices too....
Philippe Marschall
philippe.marschall@...
May 1, 2006 12:32 pm
105580
Hi Wolfgang, Smalltalk, as an ambience, can be used for doing other activities than writing "programs" (aProgram, aComponent, or aModule). When you compare...
Alejandro F. Reimondo
aleReimondo@...
May 1, 2006 12:49 pm
105581
Hi Wolfgang, Your point of view is correct, but sorry, it is a C point of view. That means a point of view of how can i better insure the low level...
nicolas cellier
ncellier@...
May 1, 2006 1:05 pm
105582
Dear Squeakers, ... My English is not very good. Is there any difference between "on" and "from". ... I thought so too. ... Is this a rule, that I have to add...
SmallSqueak
smallsqueak@...
May 1, 2006 2:32 pm
105583
Wolfgang Helbig wrote on Mon, 1 May 2006 14:02:19 +0200 (MEST) ... To be fair, I have used more than one BASIC that allowed you to set either 0 or 1 as the...
Jecel Assumpcao Jr
jecel@...
May 1, 2006 3:30 pm
105584
I would like to add the Tracing Messages Browser to this list. This browser is great for browsing the flow of code that cuts across classes in various...
Chris Muller
chris@...
May 1, 2006 3:47 pm
105585
... It can be hard for newbies to understand the value of a new tool. Making movies of them (following Stephane's suggestion) can help a lot. -Ralph...
Ralph Johnson
johnson@...
May 1, 2006 3:53 pm
105586
Hi all, i put online an interview of Dan Ingalls done by Nicolas Roard and me during the ESUG 2004 conference, and published by the french Linux Magazine in...
Serge Stinckwich
Serge.Stinckwich@...
May 1, 2006 4:13 pm
105587
Dear SmallSqueak, ... In this context, no real difference. ... Would you please explain why it is a good thing. You don't have to, but you can if it suits your...
Chris Muller
chris@...
May 1, 2006 4:18 pm
105588
http://www.erights.com is wrong address. -- Vaidotas Didþbalis...
Vaidotas Didbalis
vaidasd@...
May 1, 2006 5:03 pm
105589
... Yes, that should be <www.erights.org>. However, an attempt to edit the blog entry informs me I need an account. The page to "create an account or log in" ...
Mark S. Miller
markm@...
May 1, 2006 5:12 pm
105590
... Applescript and COBOL do as well....
Laurence Rozier
laurence.rozier@...
May 1, 2006 5:26 pm
105591
... So true. The admonition "remember arrays start at zero" is repeated countless times in most literature. You see this in just about every article or book on...