[IronPython] Python as embedded expression evaluator

2007-09-18 Thread Christian Schmidt
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

[IronPython] Using mdbg from IronPython

2007-09-18 Thread David . Lawler
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

[IronPython] IronPython 2.0 Alpha 4 and Mono

2007-09-18 Thread Sanghyeon Seo
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