-
Notifications
You must be signed in to change notification settings - Fork 1
/
TODO
47 lines (22 loc) · 855 Bytes
/
TODO
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
Main pieces of FARGish/Numbo still to be done
Pass ModelWrapper an argument specifying which model to run.
A unit test for ModelWrapper.
Remove all obsolete versions of numbo and numbo classes.
Numbo
Minus
See appropriate operator first.
Fine-grained glomming.
Memorized addition and multiplication tables.
See 40, 50; invoke 4+5=9.
Document how FARGish works.
Support network.
FARGish features
One-shot active nodes (self-delete upon run).
Some minimal type-checking.
A function where an action is expected should return an Action.
Sequenced neighbors/groups, such as for operands of Minus.
"non-unique" modified for Node classes (so already_built always returns
False).
Visualization
Align like nodes horizontally.
Turn on/off display of whole types of nodes.