Skip to main content

F# Highlights

Microsoft F# Developer Center

Download Visual Studio 2010 Service Pack 1
Service Pack 1 is ready for download. In this release we addressed some of the most requested features and top voted issues from customers.
F# November 2010 Release
Announcing the latest release of the F# compiler, library and Visual Studio tools. Don Syme details the new release.
F# in VS2010
S. Somasegar highlights a few of the exciting features that F# brings to VS2010, including a Simple and Succint Syntax, simplified Parallel and Asynchronous Programming and Units of Measure.

F# Community Blogs

Microsoft F# Developer Center

Presentation: F# and Mono, Best Friends Forever
Richard Minerich shows how to use F# in Mono with MonoDevelop, detailing some of the features that make it attractive to programmers. By Richard Minerich
martes, oct 25
FP Day Cambridge 2011
FP Day saw talks from luminaries in the Functional Programming world, Simon Peyton-Jones and Don Syme give key notes, with hands-on tutorials and experience reports on F#, Clojure and Haskell sandwich... más
domingo, oct 23 phil
Times Tables
As part of his maths homework my eldest has to practice the times table under the clock to improve times. This looked like a good opportunity to combine maths homework with some programming. Over abou... más
domingo, oct 23 phil
Turtle Graphics
Over time I’ve been trying to engage my young children with computer programming, so far we’ve looked at Squeak, Small Basic and more recently F#. They really enjoyed playing with the Turtle in Small... más
domingo, oct 23 phil
Potential Post-PhD and Internship Positions in Web-Delivered, Data-Rich Cloud Programming
Microsoft Research in Cambridge has ongoing Post-doctorate positions open for very high quality recent PhD-level graduates, and internships for current PhD candidates. I would like to encourage potent... más
miércoles, oct 19
Articles about FSharpx
My last posts described some special monads in F#. The code is now part of a new project called FSharpx. FSharpx is a library for the .NET platform implementing general functional constructs on top of... más
miércoles, oct 19

More >

F# Community

Visual F# General Forum
Discuss Visual F# and ask questions in the MSDN Visual F# General forum.

hubFS: THE place for F#
Ask questions, post answers, and participate in the F# community at the F# forums on hubFS.net.

What's New in the F# Community
See what's going on in the F# community blogs and forums.

Send Feedback to the F# Team
Send mail to fsbugs@microsoft.com with your feedback.

F# Forum

Microsoft F# Developer Center

F# WPF Application with Xaml and "Partial Types" to handle like in C#, works fine
Steps to do1. Create a type "MainWindow" that inherits Window()__namespace FSTest__type MyWindow()____inherits Window() ____member this.... más
List of Points
I wanna create a list like this:let cpt = [| Point( 20,60), Point (40,50) |]but an empty one.let mutable cpt = new List<Point>() does this?

More >

F# in the Enterprise

Accelerated Analytical and Parallel .NET Development with F# 2.0

Microsoft F# 2.0 is a flexible and efficient language for developing analytical, data-rich, computational and parallel software components.

Banking Firm Uses Functional Language to Speed Development by 50 Percent

A large financial services firm in Europe sought new development tools that could cut costs, boost productivity, and improve the quality of its mathematical models.

Grange Insurance

Working with the Visual F# programming language, Grange Insurance parallelized its rating engine to take better advantage of multicore server hardware, enabling the company to trim time-to-market by weeks.

F# Projects from CodePlex

Microsoft F# Developer Center

SmallSharp
Small .Net library for drawing graphics and writing text, similar to Small Basic but aimed more at the "Sharp" languages C# and F#.
martes, oct 11 CodePlex
Processing FS
A rewrite of the popular Processing Library for .net written in F#
sábado, sep 24 CodePlex
F# Math Visualizer
MathVisualizer is a project, wrote in F#, made for an university exam. It allow to write math expressions following, one or more, specifics syntaxes (included latex-like) and display these... más
martes, jun 28 CodePlex
Stocks Application
This is technical demo to apply F-Sharp (F#) language in real world application. This application is close to real world enterprise application (with very optimal solutions, at least i... más
lunes, jun 27 CodePlex

More F# Projects >