Welcome to MSDN Blogs Sign in | Join | Help

September 2008 - Posts

F# Scripting Zen – Word Interop

Edit: Added a ‘comarg’ function to dramatically clean up the syntax for doing COM-interop, since F# will pass ‘ref types’ as byrefs to COM calls. In a previous post I talked about how to take advantage of .FSX (F# Script) files to automate tasks for you.
Posted by ChrSmith | 3 Comments
Filed under: ,

Shameless Plug Roundup

This post is entirely devoted to shameless plugs and ‘Me Too’ blogging.   The Stack Overflow public beta is out! I’m trying to get the specialized badge, so ask some F# questions for me.   Amanda Laucher and Ted “Some Guy” Neward on .NET Rocks
Posted by ChrSmith | 1 Comments
Filed under: ,

Book Review – F# for Scientists

A few weeks ago Dr. Jon Harrop published F# for Scientists and I had the fortune of snagging a copy at work. In short, it is an excellent book and an invaluable resource for those working in quantitative computing. The best feature of the book is its
Posted by ChrSmith | 4 Comments

Scripting in F#

The thing you hear most about F# is that it is multi-paradigm , meaning that you can use it to code in multiple styles of programming. But F# spans multiple-domains too. F# is not only well suited for quantitative computing, but it is surprisingly well
Posted by ChrSmith | 3 Comments
Filed under:

MSBuild tasks for Lex and Yacc

While I am thrilled about all the new features we've put into the F# CTP, perhaps the thing I'm most excited about are the MSBuild tasks for Lex and Yacc. You heard that right. If you want to use fslex.exe of fsyacc.exe as part of your project, you can
Posted by ChrSmith | 4 Comments
Filed under: , , ,

Attachment(s): MegaCalc-v1.0.zip

Simple F# Game using WPF

With the F# CTP out the door, let’s take a look at what it can do. Ryan Cavanaugh, not the famous Banjo Player , the one on the VS Pro Tools Team, helped me put together an artillery game called BurnedLand. (Kudos if you can catch the subtle reference.)
Posted by ChrSmith | 5 Comments
Filed under: ,

Attachment(s): BurnedLand-v1.0.zip

CTP Awesomeness – Goto Definition

If you’ve used Visual Studio for a few years you’ve probably memorized all the shortcuts and methods for navigating source code. For example, if some XML looks unruly just press CTRL+K+D to automatically format the document. (If you’re interested in learning
Posted by ChrSmith | 1 Comments
Filed under: ,
 
Page view tracker