Search the web
Sign In
New User? Sign Up
self-interest · Self Programming Language
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1638 - 1667 of 2124   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1638
Dear Self'ers, We have fixed some VM bugs that we found once switching to Panther. We'll try to get a new release out soon. - David...
David Ungar
David.Ungar@...
Send Email
Dec 1, 2003
8:58 am
1639
hi, i have a problem i m making a net messenger where i have a server and client but i have a problem that whenever i have make the server program how will i...
UMAIR BAQAI
umairbaqai
Offline Send Email
Dec 23, 2003
4:41 pm
1640
It's been so quiet lately; I had forgotten this list existed to some extent. Anyway, there are some updates on the Slate project that I thought worth sharing....
Brian T Rice
water4512001
Offline Send Email
Jan 5, 2004
8:54 am
1641
Just a thought. Could optional typing be a way to trim Self performance? I spotted the Strong Talk project: http://www.cs.ucsb.edu/projects/strongtalk/pages/ I...
Jonas Bosson
jonas@...
Send Email
Jan 8, 2004
4:42 pm
1642
... I think the Strongtalk people found that the typing was just for the programmer (to check contraints at compile time). The performance came from magical...
Steven Shaw
steshaw
Offline Send Email
Jan 8, 2004
6:15 pm
1643
... I worked on Strongtalk, and in particular on the type system. Strongtalk typing was never intended to be used as a performance boost. It's main value is as...
Gilad Bracha
gilad.bracha@...
Send Email
Jan 8, 2004
6:45 pm
1644
... Yep, that was my idea, but using the extra typinfo could also do VM optimizations on a interprocedural level, and as such bridge the gap to.. say java...
Jonas Bosson
jonas@...
Send Email
Jan 9, 2004
9:13 am
1645
Dear All, I am a newer of SELF. I try to run the a program of dynamic inheritance. which is defined as follows: globals _AddSlotsIfAbsent: (| a =(). b =(). c...
cyberbaixing
Offline Send Email
Jan 12, 2004
1:45 pm
1646
... This may be of some interest: http://www.experimentalstuff.com/Technologies/JIntroTool/index.html...
Mario Wolczko
mwolczko2
Offline Send Email
Jan 12, 2004
7:33 pm
1647
Just an extra word on that: This was Bernard Horan's excellent work on getting the UI approach from the Self work applied to Java. So not really prototpyes at...
Randy Smith
randall.smith@...
Send Email
Jan 12, 2004
7:40 pm
1648
... It might be a problem with just plain inheritance, not dynamic inheritance. ... Ok, so we now have three objects 'a', 'b' and 'c' which can be accessed by...
Jecel Assumpcao Jr
jeceljr
Offline Send Email
Jan 13, 2004
12:16 am
1649
Thanks, Jecel. Your analysis is very helpful to me! ^_^ I have some questions again when read your answer. Would you please give me some guidance? 1.You point...
cyberbaixing
Offline Send Email
Jan 13, 2004
6:35 pm
1650
... The object has a single slot named 'f'. It will not directly understand any other message than that. Since it doesn't have any parents, any other message...
Jecel Assumpcao Jr
jeceljr
Offline Send Email
Jan 13, 2004
8:42 pm
1651
Dear Jecel, Thank you for your receipt. May I understand the whole procedure in this way? The object a is a parent of c. When I send a message f to object c, ...
cyberbaixing
Offline Send Email
Jan 15, 2004
1:13 am
1652
... That is correct. ... You didn't only add a parent to object a. You also renamed the parent in object c from 'p' to 'p1'. So the in code in method a>>f the...
Jecel Assumpcao Jr
jeceljr
Offline Send Email
Jan 15, 2004
1:26 am
1653
Dear Friends, To get information about Object oriented programming Training , Training Institute, Trainers pls join http://groups.yahoo.com/group/OOPs-Training...
Perumalsamy
perumalsamy.rm
Offline Send Email
Jan 15, 2004
3:25 pm
1654
Dear Jecel, When I study the concept of sender path tiebreaker rule, I meet such an exercise like this: Below are five objects A,B,C,D and E. As usual, a *...
cyberbaixing
Offline Send Email
Jan 16, 2004
3:37 pm
1655
... I think that even with tiebreaker rule, ambiguities can arise. In this case, the VM recognizes an error and sends some "ambiguous message" message to that...
Gordon Cichon
gordon@...
Send Email
Jan 16, 2004
3:56 pm
1656
... Ok, your interpretations are correct except for B f, as Gordon ... That is exactly the error you would get when trying "B f". Actually, the tiebreaker rule...
Jecel Assumpcao Jr
jeceljr
Offline Send Email
Jan 16, 2004
4:22 pm
1657
Thanks, Jecel and Gordon: But I am still puzzled. Why the tiebreaker rule doesn't work here? Isn't object E sending the message f? Is D right on the path from...
cyberbaixing
Offline Send Email
Jan 19, 2004
1:15 pm
1658
... "B g" would indeed work in Self 1 or 2 (due to the tiebreaker rule as you explained above) but would give you the "ambiguous message" error in Self 3 or...
Jecel Assumpcao Jr
jeceljr
Offline Send Email
Jan 19, 2004
9:23 pm
1659
Below is the first design for blocks that I am not totally unhappy with. Some of this could be used in Self but parts depend on the Neo Smalltalk syntax rules...
Jecel Assumpcao Jr
jeceljr
Offline Send Email
Jan 21, 2004
6:22 pm
1660
Sorry for a bit off topic question, but I figured someone here would know - what was the Dan Ingalls' quote about operating systems? Something like "they...
Steve Dekorte
stevedekorte
Offline Send Email
Feb 3, 2004
2:30 am
1661
... From the c2 wiki, http://www.c2.com/cgi/wiki?LanguagesAreOperatingSystems An operating system is a collection of things that don't fit into a language. ...
Reinout Heeck
reinz@...
Send Email
Feb 3, 2004
10:37 am
1662
Here's a link to a quicktime version of the Self video: http://homepage.mac.com/stevedekorte/.cv/stevedekorte/Public/ Self_big.mov-binhex.hqx Could someone put...
Steve Dekorte
stevedekorte
Offline Send Email
Feb 3, 2004
4:40 pm
1663
... Is there a tool under Linux that will turn this back into Quicktime? Best, Kyle...
Kyle Hayes
kyle@...
Send Email
Feb 3, 2004
5:08 pm
1664
... I'm not sure but google search turned up this: http://www.die.net/doc/linux/man/man1/macutil.1.html -- Steve...
Steve Dekorte
stevedekorte
Offline Send Email
Feb 3, 2004
5:21 pm
1665
... With that tool installed, you can just cat Self_big.mov-binhex.hqx | hexbin -f generating a 88MB .data file (which you should rename to just .mov) and two...
Jecel Assumpcao Jr
jeceljr
Offline Send Email
Feb 3, 2004
7:04 pm
1666
... I didn't. .Mac does that when you upload files. I don't understand why. Maybe I need to strip any resource forks first? ... I asked Dave Ungar (or was it...
Steve Dekorte
stevedekorte
Offline Send Email
Feb 3, 2004
8:56 pm
1667
Can someone convert this to a zip and publish it? Thanks, David...
David P Harris
dpharristelu...
Offline Send Email
Feb 3, 2004
8:58 pm
Messages 1638 - 1667 of 2124   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help