blob: 84443d2102bc93719ce348c8d27fdf0239a59e04 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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?
 |