Skip to content

Commit 2631739

Browse files
committed
deploy: 541a3c3
1 parent 41134a9 commit 2631739

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

history/bibliography/index.html

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2533,7 +2533,23 @@ <h2 id="interlisp-bibliography">Interlisp Bibliography</h2>
25332533

25342534

25352535

2536-
Loops is a programming system integrated into Interlisp. It includes 1) object oriented programming with non-hierarchical class structure; 2) user extendible property list descriptions of the classes, their variables, and their methods (eg. for documentation, defaults, constraints); 3) composite objects- a way for defining templates for related objects that are instantiated as a group; 4) data oriented programming using active values- a way of having a procedure invoked when the value of a vbariable is set or read; 5) a knowledge base facility providing long term storage of shared knowledge bases, support for the exchange of incremental updates (layers), and tghe representation of multiple alternatives. This paper describes the features of LOOPS, how they facilitate implementation of a core of knowledge representation features, and our erxperience using it.
2536+
This paper summarizes the features of LOOPS and indicate how they support different knowledge representation features.
2537+
2538+
2539+
2540+
2541+
2542+
<br>
2543+
2544+
Loops is a programming system integrated into Interlisp. It includes 1) object oriented programming with non-hierarchical class structure; 2) user extendible property list descriptions of the classes, their variables, and their methods (eg. for documentation, defaults, constraints); 3) composite objects- a way for defining templates for related objects that are instantiated as a group; 4) data oriented programming using active values- a way of having a procedure invoked when the value of a vbariable is set or read; 5) a knowledge base facility providing long term storage of shared knowledge bases, support for the exchange of incremental updates (layers), and tghe representation of multiple alternatives.
2545+
2546+
2547+
2548+
2549+
2550+
<br>
2551+
2552+
This paper describes the features of LOOPS, how they facilitate implementation of a core of knowledge representation features, and our erxperience using it.
25372553

25382554

25392555
</div></td>

0 commit comments

Comments
 (0)