... That would probably be hard even for Sun to find out. Releasing it under GPLv3 gives you protection from the Sun patents to an extent that makes it hard to...
Jonas Bosson
jonas@...
Jul 27, 2007 12:39 pm
1974
Hello list, that's my first post, so ... Greetings to everyone! I want to play with Self 4.3 and I'm planing to use the version for the Solaris operating...
Andreas Semt
Andreas.Semt@...
Aug 31, 2007 1:31 pm
1975
... I used to run it on a plain old Ultra 5 :-) The JIT compiler is incredibly tuned on the Sparc. At least, it was... dunno about the current Self version(s)....
... @Alexandre Yes, i know. However i want use the "original" version, also i have no Mac. @Tripp Which version of Self did you use on a Sun Ultra 5...
Andreas Semt
Andreas.Semt@...
Sep 1, 2007 7:25 am
1978
Hi ! I've always wondered why the public and private visibility is just notational in Self. I think there was something preventing the visibility mechanism to...
Baltasar wrote on Sat, 24 Nov 2007 13:20:36 -0000 ... Note that privacy declarations were active in Self 1.0 and 2.0 and became mere declarations in Self 3.0....
Hi ! Thank you or your answer, Jecel. Please excuse me, my SPAM-filter had buried this message for long time. I understand that the tie-breaker rule was...
... Then I won't remove the filter's comment from the subject. I don't know if that will help or make things worse. ... The people who actually made the...
... Yes, that's true ;-). Thank you. ... Yep, that would be fantastic. ... That was the explanation I was exactly looking for. Thank you very much. My...
Hi anyone who is listening :) I have been a lurker on this list for a very long time (under another email address) and I vaguely remember some mention of a web...
Russell, ... I don't remember any web server code. Squeak has several and it would be easy to borrow one, but depending on your needs it is probably not worth ...
Hi Jecel, ... I guess that means that Self has all the necessary socket primitives etc? Could you share your web server code to give me some help in where to...
Russell, ... Sorry, but it was trivial enough that I didn't bother saving it. I was exploring the various socket APIs in Self (I had never looked at them ...
... I've just made 4.3, 4.2, and 4.1 available for download from (what I suppose is now) Self's new home on SourceForge: http://self.sourceforge.net (Thanks to...
Russell, ... I don't think an attachment would have been a problem, but Yahoo probably wouldn't have saved it in the archives (at least not for very long) and...
Hi guys, Looking through the cvs tree at sourceforge I see that it includes a bunch of stuff not released elsewhere (afaik) including PEP and webBrowser. Is...
... I just asked Dave about this, and he said he thinks it's probably fine. I wouldn't worry about it. ... That's a good question. :) I think it might. I know...
Does the source code of Self available somewhere? What is its license then? Sorry if my questions do not look like to be so deep, but I have been a bit out of...
Hi Adam, I have Ubuntu set up on Vmware on my mac, and have checked out the sf.net cvs tree, but frankly am a bit daunted by where to start compiling. In linux...
... For now, if I had to guess, I'd say try something like: add $SELF_WORKING_DIR/bin/linux and $SELF_WORKING_DIR/bin/shell to your path be sure you've got csh...
Thanks. I don't have an actual linux machine myself at the moment - I'm just working off vmware. Preliminary play with the latest Ubuntu seems to get most of...
OK, I have a compiled executable on Ubuntu 8.10. Woohoo! At the moment it loads the Demo snapshot, but the desktop doesn't come up. This presumably means...
... That's great! Did you have to make any changes to the code? (If so, what?) Or was it just a matter of getting the right libraries and stuff installed? Adam...
Hi, So I have worked out that I can load my module with: bootstrap read: 'webserver' from: 'applications' and file it out with: modules webserver fileOut Is...