[IronPython] Type analysis of expression
Christian Schmidt
christian2.schmidt at gmx.de
Mon Oct 19 00:03:54 PDT 2009
Hello,
we are using IronPython embedded into our application to evaluate user
defined expression. The "variables" used in the expressions are strongly
typed and the results need to be written back into a database.
I know that the return type of a dynamic expression cannot be determined
in general. But what would be a pragmatic way to guess the return type
of an expression?
Thanks,
Christian
More information about the Users
mailing list