diff options
author | bnewbold <bnewbold@eta.mit.edu> | 2009-05-11 13:45:12 -0400 |
---|---|---|
committer | bnewbold <bnewbold@eta.mit.edu> | 2009-05-11 13:45:12 -0400 |
commit | 38e10dc81d5f8f1a2bbededb790e775c0c637d6c (patch) | |
tree | c1c97634df0c0ff31f70d87462ad1f1390fd301f /final_project/paper/outline | |
parent | ca6558941cf604b2e5ddb8fe38261091a99f6d09 (diff) | |
download | 6.945-38e10dc81d5f8f1a2bbededb790e775c0c637d6c.tar.gz 6.945-38e10dc81d5f8f1a2bbededb790e775c0c637d6c.zip |
files from laura
Diffstat (limited to 'final_project/paper/outline')
-rw-r--r-- | final_project/paper/outline | 25 |
1 files changed, 10 insertions, 15 deletions
diff --git a/final_project/paper/outline b/final_project/paper/outline index 84443d2..ca04e74 100644 --- a/final_project/paper/outline +++ b/final_project/paper/outline @@ -4,8 +4,8 @@ Title: Generic Operator Discovery Abstract: Predicate dispatch for generic operators [blah blah] -Generic Discovery System ------------------------- +Generic Operator Discovery System +--------------------------------- Conceptual Description - review of predicate dispatch @@ -13,27 +13,22 @@ Generic Discovery System Implementation - list of procedures + - areas for improvement 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? + GUI Interface + - description of FFI (cite what's his name) + - how it works + - gtk bindings + - procedures? description of our interface - screenshots! + + Code Appendix ------------- discovery.scm |