There are two features that are required to support ASP.NET:  CodeDom & static 
type compilation.

We have a pretty good implementation of CodeDom at this point.  It is mostly 
sufficient for both ASP.NET's code gen purposes as well as the VS WinForms 
designer.  It's probably less sufficient for ASP.NET designer scenarios but 
there's been no real exploration in this space.

The second part is ye-old-static type compilation.  ASP.NET, after compiling 
code using CodeDom, expects to be able to get real types back from the assembly 
that was produced.  If it can't create an instance of the type it just asked 
CodeDom to create then its game over.

Static type compilation will most likely (as in that's when you should 
realistically expect it) happen in v1.1, but if things go really really 
smoothly throughout the rest of v1.0 then we might be able to squeeze in the 
required features for v1.0.

But currently ASP.NET basically just doesn't work at all.


Do you want to help develop Dynamic languages on CLR? 
(http://members.microsoft.com/careers/search/details.aspx?JobID=6D4754DE-11F0-45DF-8B78-DC1B43134038)

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Richard Shea
Sent: Wednesday, March 29, 2006 4:36 PM
To: users@lists.ironpython.com
Subject: [IronPython] very basic question - use of iron python as asp.net - 
when ?

Hi - I'm a python and 'Classic' ASP developer. I'm interested in
stopping using VBScript in the ASP/ASP.net environment and starting to
use Python (those who've used both will understand just how keenly i'm
intersted ;-).

I'm really looking some very basic information on how Iron Python is
going to plug into ASP.Net and when ? I appreciate we're heading down to
what looks like a release version of IP sometime in the foreseeable
future but it's unclear to me what that means in the context of ASP ?
I'm interested to know :

(A) is iron python expected to work within ASP.net ?
(B) if so when ?
(C) how would one go about using it in that context once there was a
release version ?

Interested in any links/books etc.

thank you.

richard.
_______________________________________________
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
_______________________________________________
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to