fuzzyman

Stories kicked by fuzzyman

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

First Look at IronRuby(weblogs.asp.net)

submitted by GrillerGeekGrillerGeek(150) 4 years, 10 months ago

Over the last few years we've been working to make .NET and the CLR a great environment for dynamic languages. About 14 months ago we formed a dedicated group within my team that has been focused on adding richer CLR runtime support for dynamic languages, as well as delivering first class .NET implementations of popular dynamic languages. read more...

add a comment |category: |Views: 5

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

Implementing Silverlight in 21 Days - Miguel de Icaza(tirania.org)

submitted by k000derk000der(4765) 4 years, 11 months ago

Moonlight - Silverlight implementation in Linux read more...

1 comment |category: |Views: 1

tags: another

In Programming, One is The Lonliest Number(codinghorror.com)

submitted by cls2degcls2deg(1535) 4 years, 11 months ago

Jeff Atwood discusses the importance of not being the sole developer on a project. read more...

add a comment |category: |Views: 2

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

I CAN HAS A .NET COMPILR?(sorn.net)

submitted by jaavaagurujaavaaguru(260) 4 years, 11 months ago

A programming language with compilers for many platforms including .NET, based on the captions featured in the popular LOLCat images found in the Internet. read more...

add a comment |category: |Views: 1

tags: another