Re: How do you do this?
- From: "Jeff Fox" <fox@xxxxxxxxxxxxxxxxxxx>
- Date: 30 Jun 2006 08:45:24 -0700
Stephen Pelc wrote:
No overloading of colon is required. You may do it if you want,
but it isn't necessary.
If colon isn't overloaded, and has the standard meaning then
program
will just cause local execution of the code compiled into 'program'
it will not cause remote execution
(unless of course you are trying to hide that this code is somehow
being streamed by some unseen program that I asked about in
the first place. All you have done is show how local complation
of source is possible.)
You must have other code to do that instead of just saying 'program'
if 'program' means what every beginner thinks it means.
I asked about, remote execution, not local execution
like what every other Forth does when you compile and execute a
word locally.
So you said you just send the source of a program to get it to
execute remotely. I asked what code you wrote to send a program
and you showed me code for the program that gets sent instead.
But from what you say you do invoke remote execution of a program
by sending its encapuslated source. Any Forth begginner can get that.
What you have not addressed is the original question of how you make
that happen. All you have said is that the contents of the program
that
gets sent in your approach is just source.
So you need a compiler on the end and time and memory to compile
source before execution of the remotely executed program can take
place.
I got that much. You left all the other details for the imagination of
the
reader including the answer to my question, how do you do it?
But thanks anyway.
.
- Follow-Ups:
- Re: How do you do this?
- From: Stephen Pelc
- Re: How do you do this?
- References:
- How do you do this?
- From: Jeff Fox
- Re: How do you do this?
- From: Stephen Pelc
- Re: How do you do this?
- From: Jeff Fox
- Re: How do you do this?
- From: Stephen Pelc
- Re: How do you do this?
- From: Jeff Fox
- Re: How do you do this?
- From: Stephen Pelc
- Re: How do you do this?
- From: Jeff Fox
- Re: How do you do this?
- From: Stephen Pelc
- How do you do this?
- Prev by Date: Re: If you got to choose the syntax, what would you do?
- Next by Date: Re: Why is Kevo macintosh only?
- Previous by thread: Re: How do you do this?
- Next by thread: Re: How do you do this?
- Index(es):
Relevant Pages
|