From 439b8ce2cff9343e61bb9ea741d2b880cd81d5c2 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Fri, 8 May 2009 07:39:12 -0400 Subject: early paper outline --- final_project/paper/outline | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 final_project/paper/outline 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? + -- cgit v1.2.3