Adam, This is great news. It is good to know that Self will not die when the last PPC Mac bites the dust. Now I can have one machine that runs OS/X, Windows,...
We're pleased to announce that Sun has agreed to make the Klein Metacircular Virtual Machine Kit available to the public under an Open Source (BSD) license....
Yay! (but not about the last part...) I will be away from my computer until Monday so won't even be able to properly read Adam's announcement till then, much...
Hi, I'm learning Self. I'm very impressed by this lang. I'm looking for explanatory papers on language and environment 'cause Self source code for objects lack...
At http://research.sun.com/self/papers/papers.html there are a bunch of papers about various aspects of Self. At http://bracha.org/mirrors.pdf there's a paper...
Hi, I'm trying to find out something on SELF's UI3 implementation but there's no results. Could you point me on papers or something 'bout it? Thanks in advance...
I'd say UI3 was a short-lived diversion that got nowhere near being a Croquet like thing. We did have Self objects that could appear as boxes on the screen....
Randy Smith
randall.smith@...
Sep 22, 2006 8:46 pm
1949
This is a bit off topic, but yesterday I was trying to install Klein 0.1 into a Self 4.3 image on a Mac running MacOS X 10.4 but was unable to follow this...
I'm glad that Klein has been open sourced. There are many interesting ideas underpinning its design and I am anxious to see how far it has progressed since I...
I'm not sure what to tell you about the .xcodeproj file. I don't know much about Mac OS "bundles." On my machine (a Powerbook running Mac OS 10.4.7), when I...
... That is what I expected. Perhaps it is a matter of changing some setting in the uncompression tool? The Mac (a G5 iMac) is at home so I will have to look...
... There is a difference. Xcode 2.0 uses the .xcode extension / bundle format and Xcode 2.2 switched to the .xcodeproj extension / bundle format. - sekhar -- ...
... Thanks for the tip! This made me think that perhaps the bundle thing is stored in the same database that associates file types with applications, so I just...
Hello. I'm designing a network protocol where I need to serialize objects, and I'm trying to use some Self ideas. I've been studying the memory representation...
Hi ! ... You're basically talking about persistence, and persistence in Self is very simple. I am running a project about a persistent, object-oriented, ...
... See page 175 of Craig Chamber's "The Design and Implementation of the Self Compiler, an Optimizing Compiler for Object-Oriented Programming Languages"...
Hello! I tried to compile the VM on Darwin i386, but I got this error after compiling it strictly following your instructions (after adding the header paths...
Hello! I tried to compile the VM on Darwin i386, but I got this error after compiling it strictly following your instructions (after adding the header paths...
Ricardo, ... The old port is still available: http://www.gliebe.de/self/ I have never tried it myself and have the impression that you might have to install...
Hello! I've tried before successlessly to compile the Self VM. Now I completely reinstalled MacOS, it's a fresh 10.4.7 and a fresh xcode, everything installed...
... Aight, it's running now and correctly appears to be computing fibonacci numbers. Fellas! It doesn't work with xcode 2.4, but with 2.2.1 it does! You can...
Dear list members, Online I read some articles about Self. I find it a very interesting language. I'm also interested in the optimizing compiler, but with a ...
Anne C. van Rossum wrote on Wed, 24 Jan 2007 10:29:07 -0000 ... Welcome to Self! Sorry that your email got stuck in moderation for two weeks - I had some...
If I was to start a project using Klien and Self as a basis for say a Ruby VM. What patents are involved? Just because the code is BSD does not mean the...