Intersystems caché - programmatically create new class
问题 Is it possible to write ObjectScript method, which will create new class in namespace and compile it? I mean programmatically create new class and store it. If so, can I edit this class using ObjectScript later(and recompile)? Reason: I have class structure defined in string variable and I need to add new class to namespace according this string. 回答1: Nothing is impossible. Everything in Caché can be created programmatically. And, Classes is not a execution. There are at least two ways to do