Jump to content

Talk:IronPython

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Sanxiyn (talk | contribs) at 07:18, 18 June 2007. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

My understanding is that IronPython is not attempting to be a complete Python implementation. Can someone please further describe what IronPython really is other than just the whole python on dotnet rigamaroll?

IronPython is definitely trying to be a complete Python implementation. Do you have any evidence to the contrary? Sanxiyn 07:18, 18 June 2007 (UTC)[reply]

I expanded this article by describing (in my view) why IronPython make sense. Essentially, when developing a complex application framework, the server-side developer rarely understands how the downstream client-side developers will want to use the framework. Therefore, it often makes sense to push responsibility for developing analytics from the server-side to the client-side.

IronPython greatly simplifies this objective, particularly since .NET is fairly rigid in the way it supports dynamic code structures. By integrating IronPython into an existing framework, the server-side developer, with minimal work, can greatly expand the range of analytics that client-side developer has access to. Instead of tweaking the interface everytime a new request comes in, the server-side developer can concentrate on maintaining clean data structures.

I highlighted this with a short example.

Hope this makes sense.

-ronnotel (10/15/05)

see also setence is bad

See also Boo, a language for .NET and Mono based on Python, but has features borrowed from C# and Ruby such as static typing and anonymous closures.

it may give the impression nthat Ruby has static typing which AFAICT it doesn't --Nkour 13:27, 23 November 2005 (UTC)[reply]

yeah. I agree. I was bold and changed it. - David Björklund (talk) 01:15, 24 November 2005 (UTC)[reply]

Simple Windows Forms application

The Simple Windows Forms application section is a how-to, and doesn't belong in an encyclopia article. 165.189.91.148 21:36, 28 August 2006 (UTC)[reply]


I have removed the how-to section : Hessian