Stories recently tagged with 'IronPython'

Embedding DLR Scripts in XAML- Part 2, A Simple DLR Markup Extension(www.thinkbottomup.com.au)

submitted by crpietschmanncrpietschmann(11.3k) 1 year, 4 months ago

This article demonstrates how to embed DLR scripts in XAML using a custom MarkupExtension. The scripting language can be any language supported by the DLR, such as Python or Ruby. read more...

add a comment |category: |Views: 19

tags: another

Selenium Two Tutorial using IronPython and InternetExplorerDriver(www.theautomatedtester.co.uk)

submitted by automatedtesterautomatedtester(135) 1 year, 11 months ago

Tutorial on how to use the upcoming Selenium 2 release using IronPython to drive the tests. There is an example to help developers get used to using it before its fully released read more...

add a comment |category: |Views: 52

tags: another

Communicate with aliens on IronPython (ending)(alvasnet.blogspot.com)

submitted by alvasnetalvasnet(550) 2 years ago

Previously, we are talking with aliens in C#, Nemerle, Boo and F#. Now let's try to do the same on IronPython. See code below... read more...

add a comment |category: |Views: 6

tags: another

Make Your Application Extendable Using the DLR(blogs.microsoft.co.il)

submitted by shayfriedmanshayfriedman(1411) 3 years ago

Application extensibility comes in various ways and names. It seems, though, that one kind of extensibility was left to the very few – application macros. This kind is now easier to achieve than ever before, using the new Dynamic Language Runtime. read more...

add a comment |category: |Views: 25

tags: another

SilverLight Tetris example in Boo and IronPython(lazunin.com)

submitted by cedricvcedricv(85) 3 years ago

Boo can now do SilverLight, currently on trunk and soon to be released in Boo 0.9. Vladimir shows us SilverLight Tetris examples with IronPython to Boo. While the source code of both examples are very similar, the resulting Boo's .xap package is 23 times smaller than IronPython's, thanks to Boo's statically-typed nature. read more...

add a comment |category: |Views: 127

tags: another

Getting Started with Dynamic Languages(blogs.microsoft.co.il)

submitted by shayfriedmanshayfriedman(1411) 3 years, 1 month ago

I've grouped together some resources and blogs for all of you out there who are willing to start working with dynamic languages that are built on top of the DLR. Enjoy! read more...

add a comment |category: |Views: 14

tags: another

IronPython 2.0 Has Been Released(infoq.com)

submitted by mghaouimghaoui(340) 3 years, 2 months ago

Microsoft has released IronPython 2.0 on CodePlex, the .NET implementation of the Python language. The most important improvement is running on top of the Dynamic Language Runtime (DLR). read more...

7 comments |category: |Views: 219

tags: another

Getting started with IronPython(blog.benhall.me.uk)

submitted by ImplicitGeekImplicitGeek(260) 3 years, 10 months ago

An interesting look at how to get started with IronPython and how all the different parts fit together. Great if you want to dig deeper into the language or the DLR. read more...

add a comment |category: |Views: 30

tags: another

The .Net DLR makes building a new language implementation ridiculousl(listeningtoreason.blogspot.com)

submitted by wanorriswanorris(75) 4 years ago

Leverage the CLR, the DLR, and new parsing technologies makes it a lot more practical to design and implement a new language than ever before. read more...

add a comment |category: |Views: 33

tags: another

IronPython Studio(codeplex.com)

submitted by omar.qadanomar.qadan(275) 4 years ago

IronPython Studio is a free full IDE (Integrated Development Environment) for the Python programming language. It is based on the existing IronPython example that is included in the VS SDK. IronPython Studio is based on the Visual Studio 2008 Shell runtime (royalty free) and can be installed without requiring any version of Visual Studio. read more...

1 comment |category: |Views: 116

tags: another

Should Microsoft work less on C# 3.0 and Focus more on IronRuby and ID(ironruby.blogspot.com)

submitted by softmindsoftmind(115) 4 years ago

In my opinion "Yes". Microsoft should stop working more on C# 3.1 or 4.0 currently. The progress on DLR and IronRuby and IronPython is dead slow. The announcement of DLR was made at MIX 2007 in March 2007. The next MIX 2008 is round the corner starting from 5th March 2008. Even after one year the current stage of IronRuby is alpha stage only. No news on the IDE and no special section on forums to discuss DLR or Dynamic languages. read more...

2 comments |category: |Views: 7

tags: another

Classic Ruby and Ruby on Rails losing against IronRuby(ironruby.blogspot.com)

submitted by softmindsoftmind(115) 4 years, 1 month ago

Ruby, capable of being on No.1 position suffers a real problem of deployment. Its like a useless child when it comes to deployment. Its like having a handsome and dashing son, who works great as an obedient son in the house, BUT.. does not earn a single penny from outside. Ruby's syntax is great, Ruby is powerful, ruby is loved by all, Ruby has many die hard fans like me, Ruby works like a charm on Local machines; all advantages are destroyed with single drawback of " Deployment" read more...

add a comment |category: |Views: 16

tags: another

DLR Pad source code available(ligaz.blogspot.com)

submitted by ligazligaz(255) 4 years, 2 months ago

Source code for DLR Pad is available on CodePlex. DLR Pad is an interactive environment for programming XAML with dynamic languages like Ruby and Python. read more...

add a comment |category: |Views: 16

tags: another

It's Time for Microsoft to Make SQL Server Hosting Free.(ironruby.blogspot.com)

submitted by softmindsoftmind(115) 4 years, 4 months ago

My Biggest Question and Argument...? What sense does it make for Microsoft to bring all languages under one roof, if they are not going to earn from database hosting. If They have no intentions to earn then why charge for SQL Hosting....? Its time for Microsoft to understand this and remove a small yet big hurdle that stops developers reaching towards windows hosting world. read more...

2 comments |category: |Views: 2

tags: another

How Serious Microsoft is about IronRuby, IronPython and DLR(ironruby.blogspot.com)

submitted by softmindsoftmind(115) 4 years, 4 months ago

The Author is not sure about the Support for IronRuby from Microsoft. He has many fears with many reason and clearly explains each of them.He clearly explains his thoughts and views here... read more...

add a comment |category: |Views: 23

tags: another