summaryrefslogtreecommitdiffstats
path: root/final_project/paper/outline
diff options
context:
space:
mode:
Diffstat (limited to 'final_project/paper/outline')
-rw-r--r--final_project/paper/outline41
1 files changed, 41 insertions, 0 deletions
diff --git a/final_project/paper/outline b/final_project/paper/outline
new file mode 100644
index 0000000..84443d2
--- /dev/null
+++ b/final_project/paper/outline
@@ -0,0 +1,41 @@
+
+Title: Generic Operator Discovery
+=================================
+
+ Abstract: Predicate dispatch for generic operators [blah blah]
+
+Generic Discovery System
+------------------------
+
+ Conceptual Description
+ - review of predicate dispatch
+ - motivation
+
+ Implementation
+ - list of procedures
+
+ Applications
+ - examples from mechanics
+ - examples of searching
+
+ Areas for improvement
+
+GTK and Foreign Function Interface
+----------------------------------
+
+ Description of FFI
+ - cite what's his name
+ - how it works (briefly?)
+
+ GTK Bindings
+ - brief
+
+ Description of Object Discovery Implementation
+ - procedures?
+ - screenshots!
+
+Code Appendix
+-------------
+ discovery.scm
+ gtk-gui.scm?
+