| Andrew M. Kuchling | a0b25e9 | 2005-12-22 20:27:43 +0000 | [diff] [blame] | 1 | \chapter{Program Frameworks} |
| 2 | \label{frameworks} | ||||
| 3 | |||||
| 4 | The modules described in this chapter are frameworks that will largely | ||||
| 5 | dictate the structure of your program. Currently the modules described | ||||
| 6 | here are all oriented toward writing command-line interfaces. | ||||
| 7 | |||||
| 8 | The full list of modules described in this chapter is: | ||||
| 9 | |||||
| 10 | \localmoduletable | ||||