<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.atalasoft.com/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Rick Minerich's Development Wonderland : Tutorials, IronPython, fsharp</title><link>http://www.atalasoft.com/cs/blogs/rickm/archive/tags/Tutorials/IronPython/fsharp/default.aspx</link><description>Tags: Tutorials, IronPython, fsharp</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Visual Studio Shell 2008: Bringing More .NET Languages into the Visual Studio Fold</title><link>http://www.atalasoft.com/cs/blogs/rickm/archive/2008/08/28/visual-studio-shell-2008-is-bringing-more-net-languages-into-the-visual-stuido-fold.aspx</link><pubDate>Thu, 28 Aug 2008 18:29:00 GMT</pubDate><guid isPermaLink="false">647108ca-f046-4d8d-9feb-a7fbd2049b37:15388</guid><dc:creator>RickM</dc:creator><slash:comments>9</slash:comments><comments>http://www.atalasoft.com/cs/blogs/rickm/comments/15388.aspx</comments><wfw:commentRss>http://www.atalasoft.com/cs/blogs/rickm/commentrss.aspx?PostID=15388</wfw:commentRss><wfw:comment>http://www.atalasoft.com/cs/blogs/rickm/rsscomments.aspx?PostID=15388</wfw:comment><description>&lt;p&gt;Visual Studio Shell was released in January of 2007 without much fanfare.&amp;nbsp; Even though it's free to download, at the time it was not very useful for most developers as few packages had yet been written for it.&amp;nbsp; Now eight months have gone by and quite a few projects are sporting free Visual Studio interfaces.&amp;nbsp; In this article I discuss Visual Studio Shell itself as well as several of the languages which are currently developing shells.&lt;br&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;About Visual Studio Shell &lt;/b&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;When Microsoft released &lt;a href="http://msdn.microsoft.com/en-us/vstudio/bb510103.aspx"&gt;Visual Studio Shell&lt;/a&gt; many non-Microsoft based .NET languages had, or were working on, their own IDEs.&amp;nbsp; This was a big problem as even though there are a very large number of .NET languages, integrating them required juggling different IDEs and moving around assemblies manually.&amp;nbsp; The core promise of Visual Studio Shell is simple: every .NET language can easily have a Visual Studio 2008 environment.&amp;nbsp; &lt;/p&gt;&lt;p&gt;This means a familiar, easy to use environment for those used to working with .NET as well as access to all of the tools we are used to.&amp;nbsp; And so, by building a Visual Studio Shell implementation, a language project is much more likely to see existing .NET users try it out and maybe even stick around if they like the language.&amp;nbsp; At the same time Microsoft gains much more here than encouraging .NET language projects and in so doing growing the .NET platform.&amp;nbsp; When a language project builds a Visual Studio shell package it automatically gains integration with all of the pay versions of Visual Studio as well.&amp;nbsp; It's a big win for everyone involved. &lt;br&gt;&lt;/p&gt;&lt;p&gt;Visual Studio Shell does much more than helping new .NET languages to integrate.&amp;nbsp; It takes the whole&lt;a href="http://www.code-magazine.com/Article.aspx?quickid=0710032"&gt; Visual Studio environment&lt;/a&gt; and turns it into a platform which is easy to extend and develop tools for.&amp;nbsp; With this ideal in mind Microsoft created two versions of Visual Studio Shell: Integrated mode and Isolated Mode. Integrated mode is designed to integrate new languages while Isolated mode was designed around creating external tools. The technical difference between the two versions is that integrated mode integrates with existing Visual Studio 2008 while isolated runs in it's own separate instance.&lt;br&gt;&lt;/p&gt;&lt;p style="font-weight:bold;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Visual Studio Shell Implementations&amp;nbsp; &lt;/b&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;F#&lt;/b&gt;&lt;br&gt;Although &lt;a href="http://www.google.com/search?q=F%23+%22Visual+Studio+Shell"&gt;only sparse documentation exists&lt;/a&gt;, the current &lt;a href="http://research.microsoft.com/fsharp/release.aspx"&gt;F# install package&lt;/a&gt; has built in support for Visual Studio Shell.&amp;nbsp; It includes IntelliSense, debugging and interactive mode, all for free.&amp;nbsp; Even better, you can install the &lt;a href="http://www.codeplex.com/vslab"&gt;VSLab project&lt;/a&gt; on top of that and get a full interactive Matlab-like F# development environment.&amp;nbsp; Tutorials and documentation are available on the &lt;a href="http://www.codeplex.com/vslab"&gt;VSLab CodePlex&lt;/a&gt; page. &lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;IronPython &lt;/b&gt;&lt;a href="http://codeplex.com/IronPythonStudio"&gt;&lt;br&gt;IronPython Studio&lt;/a&gt; is the first and generally the most well known Visual Studio Shell implementation.&amp;nbsp; Version 1.0 was released in March and from all accounts is quite stable and usable.&amp;nbsp; One of the coolest things about it is that it lets you use the WPF editor to build interfaces right inside your IronPython project.&amp;nbsp; Being able to leverage already existing features like that is what makes Visual Studio Shell much better than custom IDE implementations.&amp;nbsp; &lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;IronRuby&lt;/b&gt;&lt;br&gt;A company by the name of &lt;a href="http://www.sapphiresteel.com/"&gt;SapphireSteel&lt;/a&gt; has created a visual Ruby on Rails .NET workbench called Ruby In Steel.&amp;nbsp; Recently added to the Text Edition was support for Visual Studio Shell allowing it to be sold to those without Visual Studio.&amp;nbsp; It is interesting to note the commercial implications here: Huw Collingbourne of SapphireSteel was &lt;a href="http://dotnet-developments.blogs.techtarget.com/2008/01/08/ironruby-and-rubynet-or-a-tale-of-two-rubies/"&gt;quoted as saying&lt;/a&gt; Visual Studio Shell will finally allow them to compete with Eclipsed-based Ruby on Rails IDEs.&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Nemerle&lt;/b&gt;&lt;br&gt;The &lt;a href="http://nemerle.org"&gt;Nemerle&lt;/a&gt; installer comes with Visual Studio 2005 and 2008 integration as well as a free Visual Studio 2008 Shell implementation called NemerleStudio.  The &lt;a href="http://www.rsdn.ru/article/nemerle/Nemerle.VsIntegration-en.xml"&gt;only documentation&lt;/a&gt; on Nemerle's Visual Studio integration I could find was for Visual Studio 2005 and seems to suggest broad-ranging support for many features, including code completion and the WinForms designer.&amp;nbsp; If you speak Russian and have a few extra minutes I would love to see a translation of a more recent feature list.&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Boo&lt;br&gt;&lt;/b&gt;Boo has been traditionally known to have tight integration with &lt;a href="http://sharpdevelop.net/OpenSource/SD/"&gt;SharpDevelop&lt;/a&gt; and so SharpDevelop is what most of the Boo developers are currently using.&amp;nbsp; However, &lt;a href="http://www.codeplex.com/BooLangStudio"&gt;BooLangStudio&lt;/a&gt; Alpha 1 offers integration with Visual Studio 2008 Standard Edition (and better) via a VSIP package and is still under very active development.&amp;nbsp; Hopefully BooLangStudio will soon move to Visual Studio Shell and open the door to a free Boo Visual Studio edition.&amp;nbsp; If this were to happen it is likely that Boo would see a large influx of users as &lt;a href="http://en.wikipedia.org/wiki/Language-oriented_programming"&gt;language oriented programming&lt;/a&gt; is all the rage with the academic types. &lt;br&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;World of Warcraft?!&lt;/b&gt;&lt;br&gt;Over a &lt;a href="http://www.codeplex.com"&gt;CodePlex&lt;/a&gt; there is a "&lt;a href="http://www.codeplex.com/WarcraftAddOnStudio"&gt;AddOn Studio for World of Warcraft&lt;/a&gt;" project.&amp;nbsp; It's a&amp;nbsp; Visual Studio Shell package designed for writing World of Warcraft Addons in lua.&amp;nbsp; I must say, even though I don't play WoW, this looks really impressive.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;References&lt;/b&gt; &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=40646580-97fa-4698-b65f-620d4b4b1ed7&amp;amp;displaylang=en"&gt;Microsoft Visual Studio 2008 Shell (Integrated Mode) Download&lt;/a&gt;&lt;br&gt;
 &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=ACA38719-F449-4937-9BAC-45A9F8A73822&amp;amp;displaylang=en"&gt;Microsoft Visual Studio 2008 Shell (Isolated Mode) Download&lt;/a&gt;&lt;br&gt;
&lt;a href="http://msdn.microsoft.com/en-us/vstudio/bb510103.aspx"&gt;Microsoft Visual Studio 2008 Shell Landing Page&lt;/a&gt; &lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.code-magazine.com/Article.aspx?quickid=0710032"&gt;CoDe Magazine: Introduction to the Visual Studio 2008 Shell&lt;/a&gt;&lt;br&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/bb165336.aspx"&gt;MSDN: Visual Studio Integration SDK Documentation&lt;/a&gt;&lt;br&gt;&lt;/p&gt;
&lt;div class = "shareblock"&gt;&lt;strong&gt;Share this post:&lt;/strong&gt; &lt;a href = "mailto:?body=Thought you might like this: http://www.atalasoft.com/cs/blogs/rickm/archive/2008/08/28/visual-studio-shell-2008-is-bringing-more-net-languages-into-the-visual-stuido-fold.aspx&amp;amp;;subject=Visual+Studio+Shell+2008%3a+Bringing+More+.NET+Languages+into+the+Visual+Studio+Fold" target="_blank" title = "Post http://www.atalasoft.com/cs/blogs/rickm/archive/2008/08/28/visual-studio-shell-2008-is-bringing-more-net-languages-into-the-visual-stuido-fold.aspx"&gt;email it!&lt;/a&gt; |  &lt;a href = "http://del.icio.us/post?url=http://www.atalasoft.com/cs/blogs/rickm/archive/2008/08/28/visual-studio-shell-2008-is-bringing-more-net-languages-into-the-visual-stuido-fold.aspx&amp;amp;;title=Visual+Studio+Shell+2008%3a+Bringing+More+.NET+Languages+into+the+Visual+Studio+Fold" target="_blank" title = "Post http://www.atalasoft.com/cs/blogs/rickm/archive/2008/08/28/visual-studio-shell-2008-is-bringing-more-net-languages-into-the-visual-stuido-fold.aspx"&gt;bookmark it!&lt;/a&gt; |  &lt;a href = "http://www.digg.com/submit?url=http://www.atalasoft.com/cs/blogs/rickm/archive/2008/08/28/visual-studio-shell-2008-is-bringing-more-net-languages-into-the-visual-stuido-fold.aspx&amp;amp;;phase=2" target="_blank" title = "Post http://www.atalasoft.com/cs/blogs/rickm/archive/2008/08/28/visual-studio-shell-2008-is-bringing-more-net-languages-into-the-visual-stuido-fold.aspx"&gt;digg it!&lt;/a&gt; |  &lt;a href = "http://reddit.com/submit?url=http://www.atalasoft.com/cs/blogs/rickm/archive/2008/08/28/visual-studio-shell-2008-is-bringing-more-net-languages-into-the-visual-stuido-fold.aspx&amp;amp;title=Visual+Studio+Shell+2008%3a+Bringing+More+.NET+Languages+into+the+Visual+Studio+Fold" target="_blank" title = "Post http://www.atalasoft.com/cs/blogs/rickm/archive/2008/08/28/visual-studio-shell-2008-is-bringing-more-net-languages-into-the-visual-stuido-fold.aspx"&gt;reddit!&lt;/a&gt; |  &lt;a href = "http://www.dotnetkicks.com/submit/?url=http://www.atalasoft.com/cs/blogs/rickm/archive/2008/08/28/visual-studio-shell-2008-is-bringing-more-net-languages-into-the-visual-stuido-fold.aspx&amp;amp;;title=Visual+Studio+Shell+2008%3a+Bringing+More+.NET+Languages+into+the+Visual+Studio+Fold" target="_blank" title = "Post http://www.atalasoft.com/cs/blogs/rickm/archive/2008/08/28/visual-studio-shell-2008-is-bringing-more-net-languages-into-the-visual-stuido-fold.aspx"&gt;kick it!&lt;/a&gt; |  &lt;a href = "https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;;mkt=en-us&amp;amp;;url=http://www.atalasoft.com/cs/blogs/rickm/archive/2008/08/28/visual-studio-shell-2008-is-bringing-more-net-languages-into-the-visual-stuido-fold.aspx&amp;amp;;title=Visual+Studio+Shell+2008%3a+Bringing+More+.NET+Languages+into+the+Visual+Studio+Fold&amp;amp;;top=1" target="_blank" title = "Post http://www.atalasoft.com/cs/blogs/rickm/archive/2008/08/28/visual-studio-shell-2008-is-bringing-more-net-languages-into-the-visual-stuido-fold.aspx"&gt;live it!&lt;/a&gt;&lt;/div&gt;&lt;img src="http://www.atalasoft.com/cs/aggbug.aspx?PostID=15388" width="1" height="1"&gt;</description><category domain="http://www.atalasoft.com/cs/blogs/rickm/archive/tags/programming/default.aspx">programming</category><category domain="http://www.atalasoft.com/cs/blogs/rickm/archive/tags/F_2300_/default.aspx">F#</category><category domain="http://www.atalasoft.com/cs/blogs/rickm/archive/tags/lists/default.aspx">lists</category><category domain="http://www.atalasoft.com/cs/blogs/rickm/archive/tags/.NET/default.aspx">.NET</category><category domain="http://www.atalasoft.com/cs/blogs/rickm/archive/tags/Tutorials/default.aspx">Tutorials</category><category domain="http://www.atalasoft.com/cs/blogs/rickm/archive/tags/fsharp/default.aspx">fsharp</category><category domain="http://www.atalasoft.com/cs/blogs/rickm/archive/tags/VS2008/default.aspx">VS2008</category><category domain="http://www.atalasoft.com/cs/blogs/rickm/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://www.atalasoft.com/cs/blogs/rickm/archive/tags/Boo/default.aspx">Boo</category><category domain="http://www.atalasoft.com/cs/blogs/rickm/archive/tags/Visual+Studio+Shell/default.aspx">Visual Studio Shell</category><category domain="http://www.atalasoft.com/cs/blogs/rickm/archive/tags/WoW/default.aspx">WoW</category><category domain="http://www.atalasoft.com/cs/blogs/rickm/archive/tags/IronRuby/default.aspx">IronRuby</category><category domain="http://www.atalasoft.com/cs/blogs/rickm/archive/tags/IronPython/default.aspx">IronPython</category><category domain="http://www.atalasoft.com/cs/blogs/rickm/archive/tags/Ruby+on+Rails/default.aspx">Ruby on Rails</category><category domain="http://www.atalasoft.com/cs/blogs/rickm/archive/tags/Nemerle/default.aspx">Nemerle</category></item></channel></rss>