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...
Show off your group to the world. Share a photo of your group with us.

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 2041 - 2070 of 2124   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2041
Hi all, To keep things ticking over, I've released a new alpha of 4.4. The difference from the first alpha are: - When you double-click snapshots on MacOS X...
Russell Allen
russell.allen23
Offline Send Email
May 9, 2009
8:26 am
2042
Russell, congratulations on the new release! I'll try to test the Mac version (if it runs on PPC - I have no Intel Macs) later this week and can also test ...
Jecel Assumpcao Jr
jeceljr
Offline Send Email
May 11, 2009
6:30 pm
2043
perhaps time to grab an irc channel on gimp.net or freenode or something?...
Jeremiah S. Junken
jjunken...
Offline Send Email
May 12, 2009
2:38 am
2044
I don't really have the time to be on irc at the moment but a blog is a good idea. I can set up a wordpress blog at blog.squeaklanguage.org and get it listed...
Russell Allen
russell.allen23
Offline Send Email
May 12, 2009
12:39 pm
2045
What kinds of blog posts would these people be interested in? I'd be happy to write about my experiences with Self or with Klein, if you think people might be...
Adam Spitz
adspitz
Offline Send Email
May 12, 2009
10:04 pm
2046
I'm guessing that what people would be looking for would be evidence of life and community and insight into what Self is like to actually develop in. I get the...
Russell Allen
russell.allen23
Offline Send Email
May 12, 2009
11:58 pm
2047
... I'd like to see performance stats - stuff like message sends per second....
Steve Dekorte
stevedekorte
Offline Send Email
May 13, 2009
12:07 am
2048
I certainly would be very interested!...
Jeremiah S. Junken
jjunken...
Offline Send Email
May 13, 2009
3:29 pm
2049
Congrats to Dave for receiving the Dahl-Nygaard Prize for Outstanding Work in Object-Oriented Programming! ...
Russell Allen
russell.allen23
Offline Send Email
May 13, 2009
10:13 pm
2050
... Dave, if you're still on this list - Congrats!...
Steve Dekorte
stevedekorte
Offline Send Email
May 13, 2009
11:53 pm
2051
Congratulations ! ... It is certainly a well-deserved prize. Salud ! Baltasar -- Baltasar García Perez-Schofield Dpt. Informática, Universidad de Vigo,...
J. Baltasar Garcí...
baltasarq
Offline Send Email
May 14, 2009
6:56 am
2052
Hi guys, I've created a new blog for Self at: http://blog.selflanguage.org and emailed planet.smalltalk.org to get it added. The blog is running on...
Russell Allen
russell.allen23
Offline Send Email
May 15, 2009
12:27 am
2053
Hi, I have been thinking about doing some implementation work and writing a self like system where self is the embedded language. I am curious to what extent...
Carter Cheng
carter_cheng
Offline Send Email
Jun 29, 2009
1:44 am
2054
Hi Carter, I'm not sure that you can ever be 100% safe from patents in the modern world... I can say that it is feasible to create a project with Self's ...
Russell Allen
russell.allen23
Offline Send Email
Jun 29, 2009
2:24 am
2055
Thanks for the reply. I am currently thinking of implementing my own "runtime" system which uses self as the programming language of choice to interface with...
Carter Cheng
carter_cheng
Offline Send Email
Jun 29, 2009
10:09 am
2056
Hi Carter, Changelog is at http://selflanguage.org/documentation/changes/detailed/index.html Doesn't include the latest round of changes yet, which are...
Russell Allen
russell.allen23
Offline Send Email
Jun 29, 2009
11:15 am
2057
Carter, I believe that no patents were filed at Sun on Self technology through to the official end of the project in '95. More recent implementation ideas,...
Mario Wolczko
mwolczko2
Offline Send Email
Jun 29, 2009
11:58 pm
2058
Is it possible to run the existing Self implementation in a headless environment? For example, running a webserver on a remote machine accessed via ssh. Chris....
Chris Double
chris@...
Send Email
Jul 21, 2009
1:31 am
2059
Hi Chris, Self's quite happy to run with or without the gui. Easiest way to create a headless image:- Start Self from the command line: Self -s Clean.snap Then...
Russell Allen
russell.allen23
Offline Send Email
Jul 21, 2009
1:54 am
2060
... Great, thanks Russell, I'll give that a try. Would creating an image from scratch using "'small.self' _RunScript" also do the trick or will that leave...
Chris Double
chris@...
Send Email
Jul 21, 2009
1:57 am
2061
Not sure. I need to go through all those image building scripts and check they are still working (and maybe refactor them into a single script with...
Russell Allen
russell.allen23
Offline Send Email
Jul 21, 2009
2:03 am
2062
... The Linux one needs some tweaks to work on my Linux distro (Arch Linux). I had to change bin/src/makeDeps.cpp: # ifdef __linux__ -# include <c++/4.1/new>...
Chris Double
chris@...
Send Email
Jul 21, 2009
2:09 am
2063
What version of GCC are you using? -Russell...
Russell Allen
russell.allen23
Offline Send Email
Jul 21, 2009
2:19 am
2064
... $ gcc --version gcc (GCC) 4.4.0 20090526 (prerelease) Copyright (C) 2009 Free Software Foundation, Inc. This is free software; see the source for copying...
Chris Double
chris@...
Send Email
Jul 21, 2009
2:23 am
2065
Cool. Glad to see it works on the latest. Any problems or warnings compiling? -Russell...
Russell Allen
russell.allen23
Offline Send Email
Jul 21, 2009
2:33 am
2066
... It seems to run ok so far. There are a bunch of warnings during compilation. For example: ../../../vm/src/any/fast_compiler/blist.hh:46: warning:...
Chris Double
chris@...
Send Email
Jul 21, 2009
2:45 am
2067
Do sockets work in the Linux VM? When trying methods like openTCPHost I get an error about the slot socketConstants not existing. I notice this is defined in...
Chris Double
chris@...
Send Email
Jul 21, 2009
10:44 am
2068
... This is how you can test the problem from the shell. On Linux, to copy across the socketConstants: os_file parent osVariants linux _AddSlots: (|...
Chris Double
chris@...
Send Email
Jul 21, 2009
10:59 am
2069
I found the issue. The problem is in vm/src/unix/prims/unixPrims.cpp. The address in set_sockaddr_in isn't copied under Linux. The fix is: # if...
Chris Double
chris@...
Send Email
Jul 21, 2009
1:52 pm
2070
You are the perfect open source user - you find a bug, work out the issue and provide a patch all within a single day! :) If you can send me an email at...
Russell Allen
russell.allen23
Offline Send Email
Jul 22, 2009
1:07 am
Messages 2041 - 2070 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