Sign in
Don Syme's WebLog on F# and Related Topics
Options
Blog Home
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Azure
F# 3.0
F# Agents
F# Announcements
F# Async
F# Books
F# Cloud
F# Concurrency
F# Cross Platform
F# Design Notes
F# Education
F# Finance
F# Games
F# in Finance
F# Jobs
F# Math
F# Programming
F# Snippets
F# Statistics
F# Talks
F# Type Providers
F# User Groups
F# Web Programming
FSharp Programming
Silverlight
Archive
Archives
May 2013
(1)
April 2013
(9)
March 2013
(2)
February 2013
(6)
January 2013
(5)
December 2012
(3)
November 2012
(6)
October 2012
(4)
September 2012
(8)
August 2012
(1)
July 2012
(6)
June 2012
(5)
May 2012
(2)
April 2012
(7)
March 2012
(4)
February 2012
(3)
January 2012
(9)
December 2011
(2)
November 2011
(8)
October 2011
(9)
September 2011
(4)
August 2011
(6)
July 2011
(5)
June 2011
(12)
May 2011
(16)
April 2011
(12)
March 2011
(8)
February 2011
(4)
January 2011
(9)
December 2010
(11)
November 2010
(12)
October 2010
(2)
September 2010
(3)
August 2010
(4)
July 2010
(7)
June 2010
(7)
May 2010
(4)
April 2010
(1)
March 2010
(3)
February 2010
(6)
January 2010
(8)
December 2009
(4)
November 2009
(4)
October 2009
(9)
September 2009
(3)
May 2009
(2)
March 2009
(2)
February 2009
(7)
January 2009
(1)
December 2008
(5)
November 2008
(1)
October 2008
(1)
September 2008
(4)
August 2008
(10)
July 2008
(4)
June 2008
(2)
May 2008
(7)
April 2008
(2)
January 2008
(9)
December 2007
(2)
November 2007
(7)
October 2007
(7)
September 2007
(8)
August 2007
(3)
July 2007
(3)
May 2007
(8)
April 2007
(5)
March 2007
(3)
February 2007
(2)
December 2006
(4)
November 2006
(6)
October 2006
(3)
September 2006
(4)
August 2006
(6)
July 2006
(3)
June 2006
(2)
May 2006
(5)
April 2006
(2)
March 2006
(3)
February 2006
(6)
January 2006
(3)
November 2005
(4)
October 2005
(1)
September 2005
(4)
August 2005
(3)
July 2005
(1)
May 2005
(1)
April 2005
(3)
March 2005
(3)
February 2005
(2)
January 2005
(7)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Don Syme's WebLog on F# and Related Topics
Announcing the F# Compiler + Library Source Code Drop
Posted
over 3 years ago
by
dsyme
19
Comments
Right in time for the first F# in Education Workshop in Boston, I’m very glad to announce that the long-awaited source code drop for an F# 2.0 compiler and core library are now available, as part of the F# PowerPack . This release reinforces...
Don Syme's WebLog on F# and Related Topics
A Taste of F# Interactive in Visual Studio
Posted
over 7 years ago
by
dsyme
32
Comments
Here's a taste of some great new functionality that will be in the next release of F#, which we should have out sometime in the next week or so. The cool thing here is not just the pretty graphics (which you've been able to do in F# for a while now),...
Don Syme's WebLog on F# and Related Topics
HTML5 Programming with F#
Posted
over 3 years ago
by
dsyme
19
Comments
Today I spent the afternoon with Manuel Serrano, designer of Hop , a Scheme variation for cross-tier web programming, targeting JVM and Javascript. This is highly related to WebSharper , which lets you program HTML/Javascript/Ajax with F#. I was...
Don Syme's WebLog on F# and Related Topics
Introducing F# Asynchronous Workflows
Posted
over 6 years ago
by
dsyme
28
Comments
[ Update: Robert pickering has a very nice summary of using asynchonous workflows with web services ] F# 1.9.2.9 includes a pre-release of F# asynchronous workflows . In this blog post we'll take a look at asynchronous workflows and how you might use...
Don Syme's WebLog on F# and Related Topics
F# to ship as part of Visual Studio 2010
Posted
over 5 years ago
by
dsyme
37
Comments
Last year, the head of the Microsoft’s Developer Division, S. Somasegar, announced that Microsoft had begun investing in F# as one of Microsoft’s supported languages on the .NET platform. I am now thrilled to announce one result of this investment: F#...
Don Syme's WebLog on F# and Related Topics
Some Details on F# Computation Expressions
Posted
over 6 years ago
by
dsyme
7
Comments
One of the things we added to F# in version 1.9.2 is a syntax for computation expressions . These are a generalization of the sequence expressions added in F# 1.9.1. In this post I'll drill down on some more technical details on sequence expressions and...
Don Syme's WebLog on F# and Related Topics
The F# September 2008 CTP is now available!
Posted
over 5 years ago
by
dsyme
40
Comments
I’m very pleased to announce the availability of the F# September 2008 CTP Release , launched via the new MSDN F# Developer Center . This release represents an important step in the evolution of the F# language as we progress it towards a fully supported...
Don Syme's WebLog on F# and Related Topics
F# on Channel 9
Posted
over 7 years ago
by
dsyme
11
Comments
Recently I had the pleasure of talking with Mike Hall and a DV Camera for an hour, the end result being two F# videos/interviews recently posted on Channel 9 . There are two parts: Interview by Mike Hall The F# WebCrawler and DirectX demos ...
Don Syme's WebLog on F# and Related Topics
F# meets LINQ, and great things happen (Part I)
Posted
over 7 years ago
by
dsyme
7
Comments
In case you haven't heard, LINQ (Language Integrated Queries) is one of Microsoft's project codename for adding a range of features to C# and Visual Basic to allow programmers to write "language-integrated query, set, and transform operations". .... The latest release of F# (v. 1.1.8.1) contains everything you need to do some LINQ programming in conjunction with the C# LINQ "Tech Preview" release for VS 2005, including a translation of some of the 101 Samples (you can also use the command li...
Don Syme's WebLog on F# and Related Topics
Announcing the F# 2.0 Free Tools Update
Posted
over 3 years ago
by
dsyme
3
Comments
[ Note: if installing F# for Mono, you must download mono.snk. The location of this file has changed since release, you can now find it at http://github.com/mono/mono/raw/master/mcs/class/mono.snk ] The F# team are very pleased to announce the update...
Don Syme's WebLog on F# and Related Topics
F# 1.9.1.8 Released!
Posted
over 6 years ago
by
dsyme
13
Comments
[ Note: An update to this release has been announced: see version 1.9.1.9 at http://blogs.msdn.com/dsyme/archive/2007/05/06/f-1-9-1-9-available-currently-msi-only-includes-overloaded-numeric-conversion-functions-and-checked-arithmetic.aspx ] I am very...
Don Syme's WebLog on F# and Related Topics
New drafts of chapters from "Expert F#"
Posted
over 7 years ago
by
dsyme
17
Comments
I'm very glad to announce the availability of drafts of Chapters 2-7 of Expert F#, of a book on F# which I'm currently in the process of co-authoring (thanks to James Huddleston at Apress for permission to post these). This is one of two F# books planned...
Don Syme's WebLog on F# and Related Topics
F# 2.0 Released
Posted
over 3 years ago
by
dsyme
23
Comments
[ Note, if you want to use the free download of F# 2.0, you should use the August 2010 release of the F# 2.0 free download MSI and ZIP . This release extends the existing availability of free-for-use F# programming tools to .NET 4.0. ] Today sees...
Don Syme's WebLog on F# and Related Topics
.NET/C# Generics History: Some Photos From Feb 1999
Posted
over 2 years ago
by
dsyme
37
Comments
Over the years I've been fortunate enough to work on several different projects. F# is ongoing, has several different aspects (FP, OO, async, units-of-measure etc.) and quite high-visiblity, but perhaps the one that was most timely, most foundational...
Don Syme's WebLog on F# and Related Topics
Async and Parallel Design Patterns in F#: Parallelizing CPU and I/O Computations
Posted
over 3 years ago
by
dsyme
3
Comments
F# is both a parallel and a reactive language. By this we mean that running F# programs can have both multiple active evaluations (e.g. .NET threads actively computing F# results), and multiple pending reactions (e.g. callbacks and agents waiting to react...
Don Syme's WebLog on F# and Related Topics
Draft Paper on F# Active Patterns
Posted
over 6 years ago
by
dsyme
10
Comments
I'm glad to announce the availability of a draft paper on F# Active Patterns, co-authored with James Margetson and Gregory Neverov. I've included the draft as an attachment to this post. In the paper we cover How we combine total, partial and parameterized...
Don Syme's WebLog on F# and Related Topics
Draft Chapter 2 of "Expert F#": Essential Language Features
Posted
over 7 years ago
by
dsyme
8
Comments
[ Note: this post is now out-of-date: drafts of Chapters 2-7 are now available ] I'm very glad to announce the availability of an early draft of Chapter 2 of a book on F# which I'm currently in the process of co-authoring. The projected title of...
Don Syme's WebLog on F# and Related Topics
Async and Parallel Design Patterns in F#: Agents
Posted
over 3 years ago
by
dsyme
9
Comments
In part 3 of this series, we explore lightweight , reactive agents in F# and look at some typical design patterns associated with these agents, including isolated internal state . Part 1 describes how F# is a parallel and reactive language with...
Don Syme's WebLog on F# and Related Topics
F# 1.1.13 now available!
Posted
over 7 years ago
by
dsyme
24
Comments
I’m pleased to announce that F# 1.1.13 is now available! You can download this release from http://research.microsoft.com/fsharp/release.aspx . This is an exciting release, containing many important enhancements to the language that make F# programming...
Don Syme's WebLog on F# and Related Topics
Learning WPF through F#, and vice versa, by John Liao
Posted
over 5 years ago
by
dsyme
1
Comments
John Liao has an interesting series of F# programming posts, with lots of samples. Many of the WPF topics are taken from Petzold's book Applications = Code + Markup: A Guide to the Microsoft Windows Presentation Foundation . Interactive exploration...
Don Syme's WebLog on F# and Related Topics
F# 1.0.1 Now Available: Intellisense, CodeSense, MethodTips, VS 2003, Larger Library and more
Posted
over 8 years ago
by
dsyme
10
Comments
F# is a research project from Microsoft Research. It is not a Microsoft product . All opinions are my own. All content is provided "AS IS" with no warranties, and confers no rights. I'm pleased to announce that a major new release of F# is now available...
Don Syme's WebLog on F# and Related Topics
Visual Studio 2010 Beta1 with F# is now available, plus matching F# CTP Update for VS2008
Posted
over 4 years ago
by
dsyme
21
Comments
The F# team are thrilled to announce that Visual Studio 2010 Beta1 is now available , including the latest version of F#. Today we are also releasing a matching F# May 2009 CTP for use with Visual Studio 2008 ( MSI , ZIP ). Further below is a screen shot...
Don Syme's WebLog on F# and Related Topics
November 2010 F# 2.0 Free Tools Update
Posted
over 3 years ago
by
dsyme
0
Comments
[ Note: if installing F# for Mono, you must download and resign with mono.snk. ] We've just published a minor update to the F# 2.0 Free Tools release. (The free tools release includes the tools for using F# with Visual Studio 2008 and/or Visual Studio...
Don Syme's WebLog on F# and Related Topics
A Sample of the Memoization Pattern in F#
Posted
over 6 years ago
by
dsyme
9
Comments
Pieter Breed has been asking some useful questions on the F# list recently about using the "Map" type. I really appreciate it when people take the time to let us know when data structures are tricky to learn to use in F#. Looking at Pieter's blog made...
Don Syme's WebLog on F# and Related Topics
A Taste of What's New in F# 1.1
Posted
over 8 years ago
by
dsyme
10
Comments
The first "technology preview" relese of F# 1.1 will be released in the next few days. This is an exciting time for the project, and we're sure you'll enjoy the additions we've made to the language, the libraries and the interactive development environment...
Page 1 of 18 (427 items)
1
2
3
4
5
»