|
|
| Author |
Message |
|
| Kurogane |
Posted: Fri Apr 03, 2009 11:02 pm |
|
|
|
Joined: 03 Apr 2009
Posts: 1
|
Hi, I'm currently learning Erlang, and I'm stuck on figuring out how to use the spawn instruction. I don't want any straight answers, I want to figure this out myself, but any hints or tips would be greatly appreciated:
Quote:
Create a spawn instruction. This instruction expects to find two things on the stack:
1. A list: this will be a list of values for the new process to use as its own stack.
2. A list: this will be a list of instructions for the new process to run.
The list of values should be the top value on the stack, and the list of instructions should be below it. |
|
|
| Back to top |
|
| Mazen |
Posted: Tue Apr 07, 2009 11:03 am |
|
|
|
User
Joined: 20 Jul 2006
Posts: 164
Location: London
|
What exactly do you mean by an "instruction" and where is the quote from?
/M |
|
|
| Back to top |
|
| rvirding |
Posted: Thu Apr 09, 2009 5:43 pm |
|
|
|
User
Joined: 30 Aug 2006
Posts: 452
Location: Stockholm, Sweden
|
| I wonder too, because that definitely does not relate to Erlang. |
|
|
| Back to top |
|
|
|
All times are GMT
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
|
|