Welcome to MSDN Blogs Sign in | Join | Help

April 2008 - Posts

Sieve of Eratosthenes in F#

If you don’t know what the Sieve of Eratosthenes is, don’t worry because a few days ago neither did I. But in short it is a very simple way to calculate prime numbers. Essentially you loop through all integers and keep a list of numbers which are known
Posted by ChrSmith | 2 Comments
Filed under: ,

Windows Live Writer

So I figured I’d check out Windows Live Writer and see what all the buzz is about. Update: With a plugin I can now copy from Visual Studio, huzzah!   Con – Doesn’t preserve syntax highlighting when copying from Visual Studio. Pro – With This Plug-in
Posted by ChrSmith | 4 Comments

A Java to x86 compiler written in F#

A little personal information about me, I’m currently working on a masters degree at the University of Washington. And a few weeks ago I completed taking a course in Compiler Construction , where the course project was to build a simple Java compiler
Posted by ChrSmith | 4 Comments
Filed under:

Project Euler - Problem 34

In our continuing series of how to solve Project Euler problems easily with F#, we now arrive at problem 34 which is defined as: 145 is a curious number, as 1! + 4! + 5! = 1 + 24 + 120 = 145. Find the sum of all numbers which are equal to the sum of the
Posted by ChrSmith | 3 Comments
Filed under: ,

Shameless plug - we're hiring!

As Don and Brian have mentioned, we are working towards an April Update to the F# research release as well CTP this summer and eventually integrating into the next release of Visual Studio. Things are going great on the polishing/finalizing F# front,
Posted by ChrSmith | 0 Comments
 
Page view tracker