Dear Self-enthusiasts, I am looking for examples of algorithms or recurring software patterns which are self-mutable, or which are greatly simplified/made more...
I just compared my 1Ghz G4 and my dual 2Ghz G5 and the G5 is slower! I presume that the Self compiler is testing for architecture and the G5 is failing? On...
... What does a "send" mean here? Is that a instance variable access or a method activation? On my dual 2.5Ghz G5, Io does 5.4 million instance variable...
... See http://www.gliebe.de/self/index.html for a port to cygwin on Windows. I don't know how viable it is, having only ever used the Linux version (usable...
Did this ever get addressed around /usr/X11R6? I run OS X 10.3.7, downloaded Self 4.2.1 from April 2004, and draged the Demo.snap to SelfDroplet and got the...
answered myself; standard Mac OS X 10.3.7 install does not install X11, To install, goto Apple site: http://www.apple.com/macosx/features/x11/ and download /...
This is the title of an interesting 2001 paper by John Aycock (http://pages.cpsc.ucalgary.ca/~aycock/) The paper's most detailed section is about Self: ...
On Wed, 23 Mar 2005 13:05:24 +0300, Jecel Assumpcao Jr ... Just grab an account, and change it. (Actually you can do it without grabbing an account, but it's...
Ian Woollard wrote on Wed, 23 Mar 2005 17:49:55 +0000 ... Ok, I took a quick first pass at this. There was much more wrong than I had noticed on my first...
I send this message to this list because I think it could be of interest as Zero borrows some important properties from Self (such as the lack of classes). If...
Hello. I am very new to Self. I browsed the globals and found a slot like "transporter = transporter." What does it mean? And I tried to add a slot like "x =...
Hello. I am not a native English speaker so please be patient with my English. I read a paper "Organizing Programs Without Classes" and very much interested in...
Yesterday, I posted an article 'slot like "transporter = transporter".' asking the meaning of such a slot and how to create such a slot. Today I found the...
x19290 wrote on Mon, 23 May 2005 10:31:54 -0000 ... You have run into the most significant change to the language after that paper was written in 1991. Figure...
Hi ! ... Why was this feature eliminated ? I've always wondered about the reason of this ... I suppose this completely avoids the use of encapsulation in Self...
Perhaps other people in this list will find this paper interesting. I really liked it though I wished they had mentioned the idea of using different viewpoints...
(no author)
(no email address)
Jul 8, 2005 10:16 pm
1862
Here is a reply to an email I received that I thought someone in the list might have a better solution to than mine. -- Jecel ... From: "Jecel Assumpcao Jr" ...
Sorry - my email program messed up my first attempt to send this. ... Perhaps other people in this list will find this paper interesting. I really liked it...
... This sounds like something I need to know/understand but I completely fail to comprehend what it references. What is meant by 'viewpoints' and 'Us', are we...
Reinout Heeck
reinz@...
Jul 9, 2005 5:08 am
1865
... Yes, Jecel, you need to reference these things better because some of us do not follow everything in detail. I feel out of the loop and must be missing...
David P Harris wrote on Sat, 09 Jul 2005 10:10:18 -0700 ... Sorry about that - you are right. Actually all discussion about the Us language that I know of was...
... I don't know where you got the idea that CiteSeer exists no more, it works fine: http://citeseer.ist.psu.edu/smith96simple.html Thanks for the references, ...
Reinout Heeck
reinz@...
Jul 12, 2005 2:15 pm
1869
... Well. I want to hank both of you, these are good papers. In particular, Us seems to strike a chord, seems like an elegant extension to object programming...
Hi, there ! ... I don't understand why you need a mirror object in order to add/delete/modify(?) methods or attributes (I suppose you need the same trick for...
... It isn't a performance issue at all, but rather a matter of good object oriented design. The paper I mentioned last month goes into details about why...
Hi, Jecel ! Thank you for your answer. ... I've browsed the article and I've also read your answer. Though there isn't anything wrong in Mirrors for me, I am...
Baltasar, ... I have adopted a different solution for Neo Smalltalk, so I can certainly understand that no everybody likes this solution. ... In Self you can...