Hi, I recently spent some time to get Self running on Windows and made a first version available on http://www.gliebe.de/self/download.html . It needs cygwin...
Harald, This is a *really* good news! Thank you very much for your work!!!! On the other side: I was not abled to run it. I get $ ./Self.exe -s Demo.snap ...
Diego, it seems that the snapshot is really corrupt, it expects to find the string 'String table' somewhere near the specified address in the snapshot, but...
Hi, Both checksums are ok. I also tried to create an snapshort for myself and when I try to use the new snapshot I get the same problem. Anyway, creating all...
This is great! Self now runs on under 4 operating systems, and 3 architectures. Out of curiosity: what changes did you have to make for your port? Mike...
Harald Gliebe wrote: Dear Harald: I would like to know if it is possible to teach the tutorial made by Dave and Randy in this windows version? If it is...
Albertina Lourenci
lourenci@...
Dec 8, 2002 10:06 pm
1475
Hi, This is strange, I just checked the corresponding code and up to the point of your error message, only some file reading and memory allocation has been...
Harald, thank you very much for this early and wonderful Christmas gift! ... Don't you mean the tutorial by Mario and Randy? If so, then everything described...
Hi Mike, Actually there were surprisingly few changes to make for the cygwin version, the cygwin package provides excellent support for porting unix apps to...
Hi, the error below is caused by some CR/LF conversion, when cygwin is installed with default text file mode set to DOS. The VM used to open the snapshots in...
Eureka!!! A milestone was reached! We have Self running on Windows!!! Thank you very much for the work... Cheers, Diego Gomez Deck PS: I don't need to say...
Have there been any papers written on implementing design patterns in delegation/object based languages? I'm interested in how delegation or object based...
James McCartney wrote: Dear James: It is curious but there is a general trend in all new computational paradigms (AOSD, HyperJ, etc) to be unable to discard...
Albertina Lourenci
lourenci@...
Jan 3, 2003 3:08 pm
1482
... You might want to search the archives of this list for "design patterns". There were several interesting discussions, including the one starting at...
Thanks for the ref. One thing about using delegation for something like Chain of Responsibility: If you've delegated to a parent and that parent has its own...
has anyone on this list read (or heard things about) the book "Constructing Language Processors For Little Languages?" since Self is a little language, i...
christian.hresko
godpup@...
Jan 4, 2003 5:25 am
1485
... I would say that this is not normally dealt with. You know the old joke: "Doctor, it hurts when I do this." "Then don't do that!" You avoid the problem by...
... I have heard about this book by Randy Kaplan, but haven't read it. I thought a friend had and had sent me some comments but I wasn't able to find them. ...
... I think that would be me. However, I cannot for the life of me find the book. Moving will do that. I only started to read the book if I recall ...
Kyle Hayes
kyle_hayes@...
Jan 8, 2003 4:46 am
1488
... There is (was?) a mailing list for the discussion of little languages by the author, and Smalltalk and derivatives were discounted if they were not ...
okay, i just installed jaguar, and downloaded all the latest Self 'stuff.' for the life of me i can't get self to work. this happened before. if i try to use...
christian.hresko
godpup@...
Jan 14, 2003 6:38 am
1491
You should be able to set the SELF_WORKING_DIR to the full path of the Self folder in your .tcshrc . Logout and log back in and the drop app should work....
i think this is in the help file somewhere. i'll have a look tonight. thanks for the info. christian On Tue, 14 Jan 2003 08:14:52 -0500 Theodore Witkamp...
godpup@...
Jan 14, 2003 7:11 pm
1493
hi people on the self list. I've been on this list for a while, but my interests are changing. I think that Self *is* a great project and it is good to see...
Eliot Miranda's talk this Wednesday should be of great interest to many people in this group: http://www.stanford.edu/class/ee380/Abstracts/030312.html ... I...
... It is okay, but not enough since clipping is not fully implemented but only has some methods here and there. In particular, this line would be needed: c gc...