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 2856 - 2885 of 2885   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
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...
2873 Jack Mayer
j.mayer72@... Send Email
Oct 9, 2012
5:14 pm
Hi, I recently downloaded Self 4.4 Snapshot and the corresponding VM for Linux. The installation worked but I encountered a problem following the tutorial from...
2874 jackmayer72 Send Email Oct 9, 2012
5:14 pm
Hi, I recently downloaded Self 4.4 Snapshot and the corresponding VM for Linux. The installation worked but I encountered a problem following the Tutorial from...
2875 David Ungar
ungar@... Send Email
Oct 9, 2012
11:45 pm
If you are running the scheduler--you&#39;ll have a prompt like "Self 1" -- you can just omit the parentheses and use "square" instead of "squared". It will work. ...
2876 Baltasar
baltasarq Send Email
Dec 16, 2012
7:18 pm
Hi, Selfers: I have talked here, some time ago, about Pooi, an interpreter much in the same line than Self: ...
2877 Hernan Wilkinson
hernan_wilki... Send Email
Jan 21, 2013
8:25 pm
Hi, is there a way to change the font size or type on the Linux version? The the fonts on Demo.snap does not look very well. The fonts on the Mac version look...
2878 Chris Double
doublecnz Send Email
Jan 21, 2013
11:23 pm
On Tue, Jan 22, 2013 at 9:25 AM, Hernan Wilkinson ... The fonts that get selected seem to be based on a mapping in 'x11Gobals fontFamily&#39;. If you get that...
2879 Hernan Wilkinson
hernan_wilki... Send Email
Jan 22, 2013
6:56 pm
thanks! I could change the fonts for menues and text but the outliners look the same... I'm looking for but I could not find it yet. If you know how to do it...
2880 Thomas Braun
tb@... Send Email
Jan 25, 2013
3:14 am
Hi, I found two more slots with editable font specs... Get a 'generalLeafModel parent'. Open category 'contents label' and select 'edit' from the middle mouse...
2881 Russell Allen
russell.allen23 Send Email
Jan 26, 2013
5:18 am
If you open a shell, type in 'verdana&#39;, highlight and choose "methods containing" from the right click menu, you will get many more. However, there is a limit...
2882 Hernan Wilkinson
hernan_wilki... Send Email
Feb 11, 2013
2:33 pm
Hi, I remember there was a paper that compared how the GOF patterns would be implemented in Self (or prototyped based languages), but I can not find it. Does...
2883 Hernan Wilkinson
hernan_wilki... Send Email
Feb 11, 2013
2:39 pm
I found it! http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.59.6393 On Mon, Feb 11, 2013 at 11:33 AM, Hernan Wilkinson < ... -- *Hernán Wilkinson ...
2884 Bernat Romagosa
bernatromagosa Send Email
Feb 11, 2013
4:40 pm
Thanks a lot for the link! 2013/2/11 Hernan Wilkinson <hernan.wilkinson@...> ... -- Bernat Romagosa. Thanks a lot for the link! 2013/2/11 Hernan...
2885 Baltasar
baltasarq Send Email
Apr 18, 2013
9:39 pm
Hi, Selfers: I have talked here, some time ago, about Pooi, an interpreter much in the same line than Self: ...
Messages 2856 - 2885 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