-
June 15th, 2010, 03:47 PM
#1
Dynamic Languages in Visual Studio
What is the state of dynamic language support in Visual Studio?
I'm aware of the Visual Studio Tools for IronPython project, but (a) that's still in technical preview mode and (b) it's an extension package. Can you talk about some of the plans for integrating dynamic languages into Visual Studio? What makes supporting dynamic languages and the DLR in the IDE so challenging?
-
June 15th, 2010, 06:20 PM
#2
Re: Dynamic Languages in Visual Studio
There is the F# interpreter built into VS2010
-
June 16th, 2010, 01:45 AM
#3
Re: Dynamic Languages in Visual Studio
 Originally Posted by dglienna
There is the F# interpreter built into VS2010
F# is a mixture of functional and imperative object-oriented programming languages.
Examples of dynamic languages are Python and Ruby and there is an ongoing development of IronPython and IronRuby to target the .NET framework (through DLR, a set of services built on top of the CLR). I think this was what the question was all about.
-
June 16th, 2010, 04:23 AM
#4
Re: Dynamic Languages in Visual Studio
For those desperate to have basic IDE support for IronPython and IronRuby until Microsoft supplies it you might consider SharpDevelop which does support them, albeit not with full IntelliSense.
Here's IronPython in action.
Kevin
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|