Hi, I found a lot messages in the archive of this group about different ports of self to other platforms (Mac, Linux/386, Linux/PPC, JSelf, ...) - but it's...
Hi Bjoern, Jecel's Self FAQ ( http://www.merlintec.com:8080/Self ) provides a good overview of the existing ports. Regards, Harald ... From: "Bjoern Winkler"...
Jecel, I finally got a chance to read your RFC, and have just a few comments... 1. simpler method/block story I don't know enough about how self currently...
Josh, thank you for your comments! ... Yes, the current complicated scheme (five different objects) is needed to get different behaviors in different...
... Of course, that makes sense now. ... Did he have any specific objections to parent slots? I find them a bit odd myself, but I think it's more because...
... Yes - that they expose meta-level stuff (the inheritance structure of the program) to base-level programming. See section 4.1 "Behaviorism versus...
Thorsten, Various folks have taken stabs at it, and I believe it's perfectly doable. I just never valued exceptions that much--I tend to use fail blocks. -...
David Ungar
David.Ungar@...
Aug 9, 2002 11:38 pm
1359
trying to get the self (MacOSX) VM to launch properly. encountered the following problem(s); using the droplet to launch a Demo: Welcome to Darwin! ...
christian.hresko
godpup@...
Aug 13, 2002 1:23 am
1360
... You have a few options here. One is to hack. :) You can change the Applescript to point directly to Self. Open the SelfDroplet project in Project Builder...
... That looks simular to the error that I got when I used the hacked AppleScript. When I set the shell (ksh) variable correct everything was fine. Thorsten...
Thorsten Dittmar
thorsten.dittmar@...
Aug 14, 2002 7:18 am
1362
Hi, I send the Kevo Files to the list some days before. During my vacation I had the time to test it. It still works fine under Mac OS X 10.1.5 with a Classic...
Thorsten Dittmar
thorsten.dittmar@...
Aug 14, 2002 10:23 am
1363
... I have added a link to your post on the Self swiki (http://www.merlintec.com:8080/Self/). I think that Antero Tavilasaari would like this, but if not I can...
I've got some free time (an hour or two every day) that I'd like to use working on Self, but I'm unsure of who currently oversees the project. Is there any...
=========== Hi Selfers: Could someone arrange as a file the chapter about Classes vs. prototypes: some philosophical and historical observations In James...
Albertina Lourenci
lourenci@...
Aug 20, 2002 5:00 pm
1366
I´d like to know if there is somebody working in aspect with Self, thanks, Janina Ahora podés usar Yahoo! Messenger desde tu celular. Aprendé cómo hacerlo...
Janina Rubacha wrote: Dear Janina: I am deeply interested in AOSD with prototype based languages such as Self.My main problem is that while it was easy for me ...
Albertina Lourenci
lourenci@...
Aug 20, 2002 8:15 pm
1368
Josh, Glad you are interested! For the Sun and Mac, that would be me. - David Ungar...
David Ungar
David.Ungar@...
Aug 20, 2002 9:59 pm
1369
David, I need to find a way to get off of this list.How? Scott Spencer Recurrent Technologies Inc. 408-727-1122 Voice 408-727-8002 Fax scott@... ...
... Doing a google search for "self-interest@yahoogroups.com" turns up the single item: http://groups.yahoo.com/group/self-interest/ which is where you can...
... Exactly, but I had already unsubscribed Scott "manually" (and sent him a note about it) so he didn't see your advice. Unfortunately between pop up ads and...
Scott, Sorry, I don't maintain the list--I don't know how to get off it it, maybe try yahoogroups.com. - Dave...
David Ungar
David.Ungar@...
Aug 20, 2002 11:51 pm
1373
... I don't do it and I think it is even unnecessary in languages like self or also Smalltalk, for Java it is some else. Can you explain why you are looking...
Thorsten Dittmar
thorsten.dittmar@...
Aug 21, 2002 8:14 am
1374
On 8/20/02 4:50 PM, "Josh Flowers" <joshflowers@...> wrote: If you don't want to work on the vm I'm looking for somebody who wants to work on a refactoring...
Thorsten Dittmar
thorsten.dittmar@...
Aug 21, 2002 8:35 am
1375
... Yes, I've thought the same thing. Of the AOP descriptions I've read, it all sounds like just adding some extra parent links in Self would accomplish the...
Does any body have an electronic version of this paper? I only found a paper without the graphics....
Thorsten Dittmar
thorsten.dittmar@...
Aug 21, 2002 2:57 pm
1377
I have the same question. All of the examples given seemed to be something that having LISP like macros would solve. A call for better macro systems in...
Has standard implementation of Self unlimited integer arithmetics as Smalltalk? I'am new in Self and I have no port for Windows to simply watch it. Viktor...
Viktor
vi.ki@...
Aug 21, 2002 5:42 pm
1379
Thorsten Dittmar wrote: For example, Self has mixins and dynamic inheritance with this two mechanisms you can solve a lot of the AOP stuff. In 1988, I had to...
Albertina Lourenci
lourenci@...
Aug 21, 2002 6:03 pm
1380
Hi Thorsten, Im considering doing my bachelor thesis combining datawarehousing concepts with aspect oriented programming. I know that object oriented issues...
Amen! Good support for factoring, inheritance, polymorphism, blocks seem to go a long way (in my opinion). Of course there is more than one way to abstract a...