Stories recently tagged with 'IronPython'

Dynamically Compiling C# from IronPython(voidspace.org.uk)

submitted by fuzzymanfuzzyman(25) 4 years, 10 months ago

Using the CodeDom and CSharpProvider APIs to dynamically compile C# source to in memory assemblies is one way to overcome the limtiation that you can't access attributes from IronPython. It also makes all sorts of interesting things possible. read more...

add a comment |category: |Views: 22

tags: another

Windows Forms Tutorial(voidspace.org.uk)

submitted by fuzzymanfuzzyman(25) 4 years, 11 months ago

A series of articles on getting started with Windows Forms and IronPython. read more...

add a comment |category: |Views: 40

tags: another

The IronPython Cookbook(ironpython.info)

submitted by fuzzymanfuzzyman(25) 4 years, 11 months ago

A community Wiki full of examples of using the .NET framework from IronPython. Includes Windows Forms, databases, network protocols, getting started, system administration and automation... read more...

add a comment |category: |Views: 41

tags: another

A Dynamic Language Runtime (DLR)(blogs.msdn.com)

submitted by crpietschmanncrpietschmann(11.3k) 5 years ago

Today, at MIX 07, we announced a new level of support for dynamic languages on .NET that we're calling the DLR. The DLR is about giving you the best experience for your language - true to the language, excellent tools, performance and seamless integration with a wealth of libraries and platforms. The essential benefits of the DLR are about sharing. It lets language implementers share standard features rather than rebuilding them from scratch. read more...

add a comment |category: |Views: 11

tags: another

Hanselminutes Podcast 45 - IronPython ASP.NET & Language Extensibility(hanselman.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 4 months ago

"My forty-fifth Podcast is up. In this one, Carl and I discuss how the Iron Python guys used a hook into No-Compile ASP.NET pages to enable better support for dynamic languages in ASP.NET. We also speculate on Microsoft's plan for Ruby. I hope you enjoy it." read more...

add a comment |category: |Views: 4

tags: another

IronPython for ASP.NET CTP(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 6 months ago

"Python provides a great example of how .NET languages can leverage the new dynamic language features that we added into the CLR with last year's .NET 2.0 release. For example, CLR features like "lightweight code-generation" now make it possible for a dynamic language to quickly compile and JIT source in-memory (giving you really fast code execution without ever having to generate or persist a .dll file). CLR 2.0 also now has the ability to garbage collect out JIT'd code (meaning you can quickly adapt types on the fly and not have to leak code). " read more...

add a comment |category: |Views: 4

tags: another

IronPython for ASP.net(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 5 years, 6 months ago

Combining the simplicity of Python with the power of ASP.NET, IronPython for ASP.NET allows developers to create rich web applications using a new implementation of the popular Python programming language. read more...

add a comment |category: |Views: 8

tags: another

IronPython 1.0 released today!(blogs.msdn.com)

submitted by dalzieldalziel(6230) 5 years, 8 months ago

Python compiler for the CLR reaches first release version read more...

add a comment |category: |Views: 1

tags: another