[IronPython] How to call IronPython Interpreter with C# code?

Martin Maly martmaly at exchange.microsoft.com
Thu Jul 21 23:53:42 CEST 2005


Hi Morgan, 

> Morgan Martinet Wrote:
> 
> Why don't you use the C# string notation that allows you to 
> have multiple lines of text (as in Python with the triple 
> quote notation)?

The perfectionist side of me doesn't like what it does to the
code formatting :(  (for the record, I like the C way best,
to concatenate sequence of strings automatically, no "+" needed)

> Does it make any difference if you invoke Application.Run 
> from the Python script or from C#?

Not really, the only difference is really that the message
loop then runs little deeper in the call stack, but that's all.

Martin



More information about the Ironpython-users mailing list