InterviewSolution
Saved Bookmarks
| 1. |
What Is It A Meta-program? |
|
Answer» Meta-PROGRAM is a program that USES other program as its data. For EXAMPLE, meta-INTERPRETER of a given PROGRAMMING language is an interpreter of that language written in the same language. Meta-program is a program that uses other program as its data. For example, meta-interpreter of a given programming language is an interpreter of that language written in the same language. |
|