|
|
|
|
|
by tonyedgecombe
572 days ago
|
|
I've done both. I embedded VBScript/JScript in an app via Microsoft's Active Scripting[1] interfaces and wrote a template language that grew to contain typical programming language constructs. Looking back it was the VBScript/JScript functionality that caused me the most problems. Especially when I migrated the whole app from C++ to .Net. [1] https://en.wikipedia.org/wiki/Active_Scripting |
|