3 ;;Quote: the advantages of pseudocode translation are many-to-one expansion, closer to human language, error detecting and correcting
|
6 ;;Quote: GP library routines are written in GP-code
|
8 ;;Quote: a GP library package will bring in all of the other procedures needed
|
19 ;;Quote: a GP routine can contain up to 499 lines of code
|
22 ;;Quote: the routine calls in a GP part represent a flowchart of the problem
|
22+;;Quote: routine calls are used in GP whenever an operation takes more than two lines to code
|
22 ;;Quote: coding the pieces referenced by a GP part can be delegated to different programmers
|
22+;;Quote: after coding a GP part; each of the referenced pieces must themselves be code
|
50 ;;Quote: to use a GP library, need a catalogue of written descriptions for each routine
|
50 ;;Quote: since a GP library changes rapidly, need to be able to read as well as write routine descriptions
|
53 ;;Quote: use a GP routine by working from the routine's description
|
78 ;;Quote: a GP routine without parameters appears only once in the final program, while one with parameters appears multiple times
|
119 ;;Quote: a GP routine can take an executable argument by specifying its starting address; called plug-in coding
|
126 ;;Quote: with GP can delete parts of a routine which will not be used in the final program
|
163 ;;Quote: GP library routine includes the name of the person responsible for making corrections and a time stamp
|