On Ubuntu Linux 8.10 I get the following error: ./Self -s Empty.snap Welcome to the Self system! (Version 4.1.5) Copyright 1992-2002 Sun Microsystems, Inc....
Hi Erik, I'm assuming you're using the linux vm from gliebe.de/self - or have you compiled your own from the sourceforge.net cvs tree? Something seems to have...
Why not build a Self interpreter on the .Net Dynamic Language Runtime? Sure, the performance won't be as good as native but you'll get more portability in the...
Hi Jeff, There have been attempts to get Self running on the JVM (which I am more familiar with since it is open source and cross platform); as you indicated,...
The DLR (the layer on the CLR designed for dynamic languages) adds support for dynamic languages and packages up some of the concerns, which on the JVM you...
... Speaking of JavaScript, did anyone notice the reference to Self in the design docs for V8? V8 is the new JavaScript engine that Google wrote for Chrome. ...
... V8 supports running JavaScript on multiple threads, but not at the same time. So a script running on one thread will pause while a script is running on...
Chris Double
chris@...
Sep 22, 2008 7:09 am
2017
... Unsurprising, since Lars Bak worked on both the Self VM and was the principal on V8....
Hi guys, I retreated to Ubuntu 7.04 (and GCC 4.1) and rebuilt the linux VM from the CVS sources. The normal 4.3 barebones snapshot works with the exception of...
Hi guys, In the end it turned out to be really simple, requiring almost no changes to the Self build system or code. After building a new snapshot from the CVS...
Hi Michael, The Mac changes are already in CVS - you just need to build a new VM+Snapshot. I didn't make any changes myself. In terms of building the linux vm,...
Hi ! Congrats for that work. It's a pitty that the snapshots are no longer compatible with the new VM's ... I guess this has to do with the kind of persistence...
Hi Baltasar, Strictly speaking, the snapshots per se are still compatible but since the new VM has different primitives to the 4.3 vm, the gui on a 4.3...
Given the actual nature of the Optimization I'd put quotes around the word, but if memory serves Strunk or White say that's bad style. Anyways to improve...
Russell, thanks for doing all of this stuff! It's about time we had our own domain name. :) I've set up the old website (self.sourceforge.net) to redirect to...
Thanks Russell for this nice website. Cheers, Alexandre ... -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ...
Hi ! ... The new site is awesome. Will it be a version of Self for Linux x86? Salud ! Baltasar -- PBC -- J. Baltasar GarcÃa Perez-Schofield jbgarcia en uvigo...
Hi Baltasar, I'm planning to get an alpha release of Self for Linux x86 out in a few days. Best, Russell Sent from my iPhone On 26/01/2009, at 7:22 PM, "J....
... I have added this to http://www.merlintec.com:8080/Self and have re-enabled editing for this swiki (I had locked it a few years ago due to spam). There is...
Hi guys, I haven't been able to find the time to put together a fully functional release, but I have noticed that there have been a large number of hits to the...
Hi, good job! There are several Solaris/SPARC machines at my uni. Maybe I'll able to manage dedicated Solaris zone (kind of virtual machine) for you on one of...
Hi John, I've put a source tarball up and a link from the Downloads page at http://selflanguage.org. The other option is to clone the Git repository at GitHub...
hi, I'm new to self, so I downloaded the latest stable version and followed the instructions. I dropped "demo.snap" on "selfdroplet.app" and tried to play...