[IronPython] Any update on IronPython for ASP.Net?

2009-02-11 Thread Dody Gunawinata
The last one was using IronPython 2.0 Beta 3 and had the compatibility with .Net 3.5 assembly issue. -- nomadlife.org ___ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Re: [IronPython] Any update on IronPython for ASP.Net?

2009-02-11 Thread Dody Gunawinata
Thank you. The hosting interface has changed between beta 3 and now. That was the problem I encountered when I tried to monkey patch the last version of asp.net future. Now that the DLR hosting interface is stable, it will be easier to upgrade the runtime simply using assembly versioning. On

[IronPython] Jetfire scripting language

2009-02-11 Thread Dody Gunawinata
This is a new kid on the block http://www.codeplex.com/Jetfire.http://www.codeplex.com/Jetfire It looks like a very interesting DSL for workflow than full fledged scripting language - no DLR integration. -- nomadlife.org ___ Users mailing list

Re: [IronPython] question about code - designer transitions

2009-02-11 Thread Dino Viehland
It sounds like you're hitting a bug in the codedom round tripping support. IronPython Studio is really more of a sample and leaves much to be desired so it's likely you'll hit many more. Michael Foord who has done tons of winforms development I believe recommends designing it in C# and then

[IronPython] Question about dictionaries in general

2009-02-11 Thread Dan Eloff
Hi, This is not an IronPython question really, but I notice the dictionary architecture used by IronPython allows lock free read access. With hashtables being so important to dynamic languages this has always been a subject of interest to me. Did you do any comparisons with the

[IronPython] DLR mailing list

2009-02-11 Thread Slide
Is there an ACTIVE DLR mailing list with topics specific to the DLR? I know there are the discussions on codeplex, but was wondering if there was something more active than that Thanks, slide -- slide-o-blog http://slide-o-blog.blogspot.com/ ___