diff options
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 |