<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:o = 
"urn:schemas-microsoft-com:office:office" xmlns:w = 
"urn:schemas-microsoft-com:office:word"><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR>
<STYLE>@page Section1 {size: 8.5in 11.0in; margin: 1.0in 1.0in 1.0in 1.0in; }
P.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
LI.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
DIV.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
A:link {
        COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlink {
        COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
        COLOR: purple; TEXT-DECORATION: underline
}
SPAN.MsoHyperlinkFollowed {
        COLOR: purple; TEXT-DECORATION: underline
}
P.Python {
        FONT-SIZE: 10pt; MARGIN: 0in 0in 0pt 0.2in; FONT-FAMILY: "Courier New"
}
LI.Python {
        FONT-SIZE: 10pt; MARGIN: 0in 0in 0pt 0.2in; FONT-FAMILY: "Courier New"
}
DIV.Python {
        FONT-SIZE: 10pt; MARGIN: 0in 0in 0pt 0.2in; FONT-FAMILY: "Courier New"
}
SPAN.EmailStyle18 {
        COLOR: windowtext; FONT-FAMILY: Arial; mso-style-type: personal-compose
}
DIV.Section1 {
        page: Section1
}
OL {
        MARGIN-BOTTOM: 0in
}
UL {
        MARGIN-BOTTOM: 0in
}
</STYLE>
</HEAD>
<BODY lang=EN-US vLink=purple link=blue>
<DIV dir=ltr align=left><SPAN class=831400708-19082004><FONT face=Arial><FONT 
color=#0000ff><FONT size=2>Random idea --</FONT></FONT></FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=831400708-19082004><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=831400708-19082004><FONT face=Arial><FONT 
color=#0000ff><FONT size=2>Anybody manage to wrap an IronPython interpreter into 
a Forms control yet a la PyCrust?&nbsp; Maybe a component with an in/out/error, 
start/pause/reset, and an exposed memory object that could be hooked into a 
textbox or the like?</FONT></FONT></FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=831400708-19082004><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=831400708-19082004><FONT face=Arial 
color=#0000ff size=2>It'd be nice to pair up the interpreter's response with the 
input that triggered it, but especially in a multithreaded case, asynchronous 
responses not necessarily tied to an input could occur.&nbsp; I imagine this 
would entail a parallel set of streams and a consumer that would route tagged 
output.&nbsp; That of course would require that the interpreter generate and 
keep track of an input tag during processing, and cc the parallel streams.&nbsp; 
A flagged behavior, I think.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=831400708-19082004><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=831400708-19082004><FONT face=Arial 
color=#0000ff size=2>Jim -- actually, if MS promoted an interface for 
interpreters, it could be a big win for plug-in scripting, you think?&nbsp; They 
already have similar things going on with C#, VB, and 
CodeDom.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=831400708-19082004><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV></BODY></HTML>