In accordiance with http://www.asp.net/ironpython/whitepaper/ the only difference (and that is announced as great advantage of dynamic langugues support) is in steps which occurs during THE 1ST LAUNCH of page.
So I have the following questions:
1. What the real benefit from removing some steps during 1st page request?
2. Is this the only difference between compile and no-compile (and asp.net
statically compiled (c#) and writtne in dynamic language (python))
pages?
TIA,
Alexey