-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (39 loc) · 1 KB
/
index.html
File metadata and controls
49 lines (39 loc) · 1 KB
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
41
42
43
44
45
46
47
48
<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>
<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>
<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>
<hr>
<p>
<a href="https://github.com/agsb/agsb.github.io/tree/main/notes">
Some random notes </a>
<br>
while the winds don't blow away
<br>
</p>
</body>