... Russell, thanks for the update and I'll definitely give this a try. ... -- * * *Think different and code well*, -Conrad...
2838
Tobias Pape
Das.Linux@...
Feb 23, 2012 7:36 am
... This is great :) Just one comment: The actual VM inside the app shouldn't be called Self.app, too. I either would name the inner app SelfVM.app or the...
2839
Jason Grossman
spam-me@...
Feb 23, 2012 1:37 pm
... I like your idea of using the name SelfManager.app. Jason...
2840
David Ungar
ungar@...
Feb 23, 2012 1:50 pm
I like SelfVM, never liked Manager--it's too vague. -- David (tapped out on my iPhone; blame it for any typoze;-)...
Hi Russell Ooh this is way better. At any rate, it starts well. The VM runs with no problem and asks for a snapshot to be chosen. But subsequently, the...
2842
Tobias Pape
Das.Linux@...
Feb 23, 2012 9:01 pm
... One more thing: executing os getcwd with the default Self.app (via Droplet) results in the path of the running image (eg, '/Users/myname/self/') whereas...
You are right - cwd should be set to the image directory. I can fix that. Russell...
2844
Tobias Pape
Das.Linux@...
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...
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...
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....
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@...
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...
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@...
Feb 28, 2012 3:20 pm
... SelfControl? SelfHelp? SelfStarter? -- Jim Wise jwise@......
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...
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...
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@...
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@...
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...
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@...
Apr 11, 2012 7:24 pm
Did anyone finish ZeroMQ bindings for Self? Dave -=-=- dave@... -=-=-...
2861
David Goehrig
dave@...
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@...
May 26, 2012 2:10 am
Interesting point about debugging. Thanks! Are you going to show us your web server code? Jason...
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@...
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@...
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@... -=-=-...