[IronPython] NWSGI 1.0 Released

2008-12-27 Thread Jeff Hardy
I'm very pleased to announce the release of NWSGI 1.0. NWSGI is an implementation of the WSGI specification (PEP 333) for IronPython. It is implemented as an ASP.NET HttpHandler and is supported on IIS 6 and IIS 7 (and should work on any other ASP.NET-capable web server). NWSGI allows the integrati

Re: [IronPython] DLR, OS X/Linux & other languages

2008-12-27 Thread Miha Valencic
Andy, well put. I think it offers even more than that. A common hosting API (to host dynamic languages inside CLR applications and to offer facilities for dynamic language implementations to access .NET objects (like IronPython's clr.AddReference and import clr ...). And of course tools for the lan

Re: [IronPython] DLR, OS X/Linux & other languages

2008-12-27 Thread Andy Sy
Alcides Fonseca wrote: Em 2008/12/26, às 19:05, Miha Valencic escreveu: DLR is a subset of CLR, with specific improvements for dynamic languages (dynamic call sites, dispatch and whatnot). At least that's how I understand it. That's not exactly correct. Silverlight has this thing called