-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (33 loc) · 872 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<head>
<meta http-equiv='cache-control' content='no-cache'>
<meta http-equiv='expires' content='0'>
<meta http-equiv='pragma' content='no-cache'>
<style>
font-family: 'Belgrano', serif; font-size: 100%;
</style>
<title></title>
</head>
<body>
Hello World !
<hr>
<p>
<br>
<a href="https://github.com/agsb/agsb.github.io/blob/main/The_words_in_MTC_Forth.v4.pdf">
Minimal Thread Code </a>
<br>
MTC is an alternative model for Forth inner interpreter,
where the dictionary is organized with the primitives words grouped together
before the compound words.
<br>
MTC is a reduced form of TachyonForth inner interpreter.
</p>
<hr>
<p>
<br>
<a href="https://github.com/agsb/agsb.github.io/blob/main/why_another_Thread_Model_for_Forth.pdf">
why_another_Thread_Model_for_Forth.pdf </a>
<br>
why and how and what becomes the Minimal Thread Code.
<br>
</p>
</body>