Hi all,
I'm using IronPython 1.1 as an expression evaluator in an C#
application. These expressions are evaluated repeatedly with different
variables. Therefore I should use CreateLambda instead of Evaluate. I
have the variables in an IDictionary. But I don't know
what the CreateLambda equivalent
I am experimenting and learning about debugging by playing with the source
code to mdbg and the various samples.
I thought it would be fun to take the mdbg c# example program that prints
out modules as they are loaded and make a
version in IronPython (I tried IP 1.1 and 2.0A3):
import clr
clr.A
This is a call for help.
Have anyone managed to compile IronPython 2.0 Alpha 4 from source with
Mono tools? I haven't yet.
The relevant Mono bug is:
https://bugzilla.novell.com/show_bug.cgi?id=MONO82811
--
Seo Sanghyeon
___
Users mailing list
Users@li