What's the trick to building self? There are no default targets for the makefiles and Project Builder does not work ether. I noticed that there was some...
Just noticed that Dave is giving what looks like a really interesting talk at OOPSLA 2003: http://oopsla.acm.org/oopsla2003/files/key-4.html Any hope for a...
Here it is, everyone! A first official release. It's not perfect, but it's 0.1, and I'm tired of fiddling with it. There are some issues with the binaries...
... It sure looks like something worth waking up early for :-) ... I'll be participating in the demo track, showing two different machines running Neo...
... I will come for sure. So if I can help in any way send me a mail. What will we do? Any points for an agenda?...
Thorsten Dittmar
thorsten.dittmar@...
Aug 3, 2003 9:18 am
1581
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....