-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
29 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,35 @@ | ||
<metadata theme-color="white" /> | ||
<metadata theme-color="indigo" /> | ||
|
||
<front-cover> | ||
Notes about the 1990 "Interaction Nets" paper, by Yves Lafont. | ||
Notes about the 1990 "Interaction Nets" paper by Yves Lafont | ||
</front-cover> | ||
|
||
<cloze> | ||
Interaction net (INet) is a computation model | ||
based on <blank>(indirected) graph</blank>. | ||
</cloze> | ||
|
||
<question> | ||
What is interaction net (inet)? | ||
What is computation? | ||
|
||
<answer> | ||
Interaction net is a linear computation model | ||
based (indirected) graph. | ||
Computation is directed changes. | ||
</answer> | ||
</question> | ||
|
||
<question> | ||
What is a computation model? | ||
|
||
<answer> | ||
Computation is directed changes. | ||
|
||
A computation model is a group of rules about how to change. | ||
|
||
An initial state is a program, | ||
let it start changing by the rules, | ||
is computation. | ||
</answer> | ||
</question> | ||
|
||
<question> | ||
What does "linear" mean in "linear computation model"? | ||
What is a program? | ||
|
||
<answer> | ||
Linear means when a variable is used, | ||
the value in the variable is taken out, | ||
to use the variable again, | ||
a new value must be put in. | ||
A program is an initial state of a computation model, | ||
ready to change. | ||
</answer> | ||
</question> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters