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.
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 23phil
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 23phil
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 23phil
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
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?
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.
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 11CodePlex
Processing FS A rewrite of the popular Processing Library for .net written in F# sábado, sep 24CodePlex
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 28CodePlex
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 27CodePlex