|
|
|
|
|
by NotSammyHagar
1715 days ago
|
|
Like meta programming, creating a string to define a query and then executing the string. In the case above, you dynamically create the program you need to solve the problem and then execute it. This is different than "solving the problem". You are writing a program to "write the program to solve the problem". |
|