diff options
| author | bnewbold <bnewbold@eta.mit.edu> | 2009-05-08 07:39:12 -0400 | 
|---|---|---|
| committer | bnewbold <bnewbold@eta.mit.edu> | 2009-05-08 07:39:12 -0400 | 
| commit | 439b8ce2cff9343e61bb9ea741d2b880cd81d5c2 (patch) | |
| tree | b26a78ccfacb991c09d26108efc58b5c7492e4ae | |
| parent | 97be81b5fa5c5c5f300cd66e1f616e6924de07f4 (diff) | |
| download | 6.945-439b8ce2cff9343e61bb9ea741d2b880cd81d5c2.tar.gz 6.945-439b8ce2cff9343e61bb9ea741d2b880cd81d5c2.zip | |
early paper outline
| -rw-r--r-- | final_project/paper/outline | 41 | 
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? + | 
