Hello, I'm studing computer science and I have to implent a self enviroment with visualworks. Do you know where can I find information?? Do you know about some...
Leandro, ... Gordon Cichon has made his old Smalltalk/V implementation available here: http://www.self-support.com/ An interesting option is Prototalk by...
Hi, Thank you for links... I really apreciate if you can send me a copy of the interpreter you mentioned... Thanks Leandro ... available ... Malenfant ... ...
When clicking on an method slot, a method inspector opens containing the source code for the method. How do you then actually inspect the method *object* then?...
... I don't see any menu option for doing this (though changing some preferences will probably allow you to do it), but evaluating an expression like ...
running under MacOS X. Installation works but the opening screen says Version 4.1.5 (although I downloaded the 4.2 version is that still ok?) I can start the...
On Sunday 26 October 2003 06:00, Friedrich Dominicus wrote: Sorry about the delay in moderating this... I was at OOPSLA. It seems that all posts from new users...
Hi, there ! I've some doubts about a language employing only delegation as its inheritance mechanism. Perhaps these doubts are simple and are answered ...
"J. Baltasar Garcí...
jgarcia@...
Nov 5, 2003 11:06 am
1591
... In the example for the object. I try to add a slot, this opens but I can not type in anything. I tried the same on a Sparc and there I could type in things...
On Wednesday 05 November 2003 09:06, J. Baltasar García Perez-Schofield ... In one kind of prototype based language, such as Io (I think) or NewtonScript, you...
Hi ! ... I see. So, the "general" solution would be to copy all inherited attributes. ... Certainly. I've already printed both. But I wanted to check before if...
"J. Baltasar Garcí...
jgarcia@...
Nov 5, 2003 6:34 pm
1594
... I can't reproduce the problem here (setting 'amIATypingFocusFor:' permanently to false doesn't make it beep, just reject key events) so I will try it on an...
On Wednesday 05 November 2003 16:27, J. Baltasar García Perez-Schofield ... Actually, in that kind of system you don't copy anything until someone tries to...
... Yeah, but I mean, if you don't have copy-on-write slots, then you should copy all data slots (attributes) of prototype object X in prototype object X' when...
"J. Baltasar Garcí...
jgarcia@...
Nov 5, 2003 7:54 pm
1597
... Schofield" <jgarcia@e...> wrote: [snip] ... I think the most simple solution is to use create-on-assign, where a slot is created in the 'instance' only...
... One way is to reference the parent: self proto someValue = 1 If you need to always reference a particular parent, then it might be best to add a slot with...
... No, but given the use of shift to break objects apart using the core sampler and also to drag wedges out of the pie chart in the tutorial I should have...
On Wednesday 05 November 2003 17:45, J. Baltasar García Perez-Schofield ... Exactly, though it is easy to set up the system to do this automatically for you....
... Are you serious ? I mean, would you really suggest for an object-oriented language objects WITHOUT attributes ? Is this feasible ? Can I use a method to...
"J. Baltasar Garcí...
jgarcia@...
Nov 6, 2003 9:04 pm
1606
On Thursday 06 November 2003 18:58, J. Baltasar García Perez-Schofield ... Partly. ... It has been done. The Dinnerbell language at Sony, for example. It used...
Members of this group may be interested in Caper, a Self-like language I am designing and currently prototyping. I have started a kind of development blog at:...
Paul, you don't mention Beta as an influence but it has a very similar "flavor" to your system. http://www.daimi.au.dk/~beta/ One little detail - you can see...
Jecel, Thanks for taking a look at Caper. :) ... Beta is not an influence, since I haven't seen it. :) I'll take a look. ... I wrote: '... unlike Self, Caper...
Hi, there ! I've been studying this paper in the weekend, and, although I've found many things interesting, I can't understand the example which is presented...