Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

self-interest · Self Programming Language

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 475
  • Category: Object Oriented
  • Founded: Oct 13, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 2843 - 2872 of 2885   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2843 Russell Allen
russell.allen23 Send Email
Feb 23, 2012
9:06 pm
You are right - cwd should be set to the image directory. I can fix that. Russell...
2844 Tobias Pape
Das.Linux@... Send Email
Feb 23, 2012
9:15 pm
Hi Russell ... Thank you. Apart from the cwd, what do I have to undertake to make ... work? shall i create a symlink in the snapshot directory? Best -Tobias...
2845 Russell Allen
russell.allen23 Send Email
Feb 23, 2012
10:48 pm
Hi Tobias, On 24/02/2012, at 8:15 AM, Tobias Pape <Das.Linux@...> Apart from the cwd, what do I have to undertake to make ... I would suggest running the Vm...
2846 Duke Normandin
cgnormandin Send Email
Feb 24, 2012
8:16 pm
I'm re-visiting Self4.4, but this time on my Ubuntu box. using the Demo snapshot. I'n having problems with garbled screens everytime I move around the screen....
2847 Russell Allen
russell.allen23 Send Email
Feb 26, 2012
7:12 am
I've uploaded a quick fix which sets the cwd (hopefully properly) Soon I hope to set aside a block of time and start making all this a bit more robust. ...
2848 Ankh'nAton
tb@... Send Email
Feb 27, 2012
9:23 pm
Hello Duke and welcome! I never needed this on my Ubuntu box, but I tried the obvious and it worked ;^) Just try desktop redraw. Cheers... -- View this message...
2849 Duke Normandin
cgnormandin Send Email
Feb 27, 2012
11:38 pm
On Mon, 27 Feb 2012 13:23:10 -0800 (PST) ... Thanks! I'll give that a try. Do you think that my problem could be due to a shortage of useable memory? I have 1G...
2850 Jim Wise
jwise@... Send Email
Feb 28, 2012
3:20 pm
... SelfControl? SelfHelp? SelfStarter? -- Jim Wise jwise@......
2851 David Ungar
ungar@... Send Email
Feb 28, 2012
3:41 pm
Grin! - David (from iPad, typos likely)...
2852 Rob Grainger
rob_grainger... Send Email
Feb 28, 2012
4:55 pm
Self Centre shurely...
2853 Saury
edryedry Send Email
Mar 3, 2012
7:12 pm
Hi, there. I have a project about a numbers sorting task. First I chose set `s' as container for unsorted numbers, then it's sorted after numbers in `s' were...
2854 Russell Allen
russell.allen23 Send Email
Mar 25, 2012
2:02 am
I've made some more changes and a new version, which is at: http://selflanguage.org/files/releases/4.5/experimental/SelfVM-25Mar12.zip I've renamed it Self...
2855 ungar@...
davidungar Send Email
Mar 25, 2012
2:10 am
Great name! - David...
2856 Russell Allen
russell.allen23 Send Email
Mar 30, 2012
2:12 am
Hi all, I've made some more changes and a new version, which is at: http://selflanguage.org/files/releases/4.5/experimental/SelfVM-30Mar12.zip You can now...
2857 Casey Ransberger
casey.obrien.r@... Send Email
Apr 4, 2012
7:04 pm
I'm curious about a term I heard awhile back while digging through the v8 docs, "hidden classes." The gist was that the VM would effectively implement an...
2858 Tobias Pape
Das.Linux@... Send Email
Apr 4, 2012
7:06 pm
... “An Efficient Implementation of SELF, a Dynamically-Typed Object-Oriented Language Based on Prototypes” The term you are looking for there is...
2859 Michael Latta
michaellatta Send Email
Apr 4, 2012
7:21 pm
I believe the gist of it is that the VM detects when a group of objects have the same set of implementations for selectors through cloning and change...
2860 David Goehrig
dave@... Send Email
Apr 11, 2012
7:24 pm
Did anyone finish ZeroMQ bindings for Self? Dave -=-=- dave@... -=-=-...
2861 David Goehrig
dave@... Send Email
May 25, 2012
1:42 pm
So I was trying to shoot a screen cast last night of a web server project in Self I wrote and after making some modifications to my image that seemed innocuous...
2862 Jason Grossman
spam-me@... Send Email
May 26, 2012
2:10 am
Interesting point about debugging. Thanks! Are you going to show us your web server code? Jason...
2863 Russell Allen
russell.allen23 Send Email
May 26, 2012
9:42 am
On the other hand I have occasionally wished that it was possible to write a webserver without having to worry about blowing up the UI :) Russell...
2864 David Goehrig
dave@... Send Email
May 26, 2012
10:19 pm
... Well the biggest problem I've run into in the screen cast is that os command: 's underlying primitive blocks the VM execution. So while demoing using curl...
2865 David Goehrig
dave@... Send Email
May 26, 2012
10:20 pm
Not just show, demo writing it in real time. (with all the VM lockups, drink breaks, and reshoots cut out of course) -=-=- dave@... -=-=-...
2866 Jason Grossman
spam-me@... Send Email
May 27, 2012
1:29 am
Wonderful!...
2867 Tobias Pape
Das.Linux@... Send Email
Aug 14, 2012
2:16 pm
Hi, Do you think that this code (message copy receiver: [ times delay: 300. benchmarks measurePerformance. ] Selector: 'value&#39;) fork resume. should crash the...
2868 David Ungar
ungar@... Send Email
Aug 14, 2012
4:33 pm
Must be a trick question. - David (from iPad, typos likely)...
2869 ungar@...
davidungar Send Email
Aug 14, 2012
9:15 pm
Self does not support non-lifo blocks. This should be an error, not a crash....
2870 Tobias Pape
Das.Linux@... Send Email
Aug 15, 2012
9:51 am
... So, this is a non-lifo as it refers to 'times&#39; and 'benchmarks&#39;? would [ | :myGlobals | myGlobals delay: 300. myGlobals measurePerformance. ] value:...
2871 ungar@...
davidungar Send Email
Aug 17, 2012
12:29 am
Looking at your original example, it seems clear to me that the process with the activation that creates the block finishes while the block is running. That's...
2872 ungar@...
davidungar Send Email
Aug 17, 2012
12:36 am
PS: Full block closures would be great, and we wanted to do it. But the students wanted to graduate, and Sun cancelled the project. I needed to pay the...
Messages 2843 - 2872 of 2885   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help