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
Three Software Developer Positions in Molecular Modelling (OCaml, Visual Studio, .NET, and F# skills likely to be very welcome)
Posted
over 7 years ago
by
dsyme
0
Comments
Recently an advertisement that was sent by MEDIT to the OCaml list. The positions are for development in OCaml, but since they explicitly advertise for both OCaml and MS-VisualStudio.NET skills it seems likely that F# skills would also rate highly. ...
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
F# 1.1.12 now released!
Posted
over 7 years ago
by
dsyme
1
Comments
We're very pleased to announce that F# 1.1.12 is available for download . (note: since the time of writing this has been updated to F# 1.1.12.5) This release incorporates a significant number of minor improvements combined with two new features: a...
Don Syme's WebLog on F# and Related Topics
An upcoming experimental feature: Active Patterns in F#
Posted
over 7 years ago
by
dsyme
4
Comments
Greg Neverov (inventor of the C# dialect Metaphor and an intern at MSR Cambridge this summer) has been working on an experimental new language feature called "active patterns". This topic has come up on The Hub , so I thought I would mention a bit about...
Don Syme's WebLog on F# and Related Topics
Internships at MSR Cambridge (now All-Year-Around)
Posted
over 7 years ago
by
dsyme
3
Comments
Are you interested in working for three months at Microsoft Research , Cambridge, on a project related to F#? MSR Cambridge now takes interns year-round, not just in the summer months. We are keen to attract motivated and well-qualified folk to work with...
Don Syme's WebLog on F# and Related Topics
ASP.NET web applications in F#
Posted
over 7 years ago
by
dsyme
0
Comments
Tomas writes on The Hub : ASP.NET web applications in F# CodeDOM and providers CodeDOM (Code Document Object Model) is set of objects (located in System.CodeDom namespace) that can be used for representing logical structure of .NET source...
Don Syme's WebLog on F# and Related Topics
On The Hub: F# and ASP.NET 2.0 (CodeDom provider)
Posted
over 7 years ago
by
dsyme
3
Comments
The Microsoft MVP Tomas Petricek has been continuing his exploration of F# LINQ-style quotations to implement a first cut at an F# CodeDom provider, with a view to building entire web applications in F# alone. He's posted a blog entry on The Hub (n.b...
Don Syme's WebLog on F# and Related Topics
Tomas Petricek: F# Presentation and Links
Posted
over 7 years ago
by
dsyme
1
Comments
Tomas Petricek has posted his slides and demonstrations from an F# presentation he gave at his university recently. This follows up on his F# quotations visualizer and his introduction to doing transformations with F# quotations . Tomas is a C# MVP...
Don Syme's WebLog on F# and Related Topics
Recent posts at The Hub
Posted
over 7 years ago
by
dsyme
6
Comments
The F# Hub is a community site at www.hubfs.net , and has been full of interesting posts recently. For example, you can read Tomas on working with the F# quotations library (cross-posted from here ), Robert on using F# with Windows Presentation Foundation...
Don Syme's WebLog on F# and Related Topics
F# and 3D Graphics with Windows Presentation Framework 3D
Posted
over 7 years ago
by
dsyme
0
Comments
Rob has written a fantastic introduction to using F# with Windows Presentation Framework , showing nice the combination of 3D graphics, XAML and functional programming.
Don Syme's WebLog on F# and Related Topics
F# for Fun: Podcasting in F#
Posted
over 7 years ago
by
dsyme
0
Comments
Dominic has trumped me again - while I'm busy writing media-savvy samples like "1+1 = 2" he goes and writes a podcasting client in F# . Other gems on his wonderfully eclectic blog are the unlikely combination of the world's shortest escalator and a Writing...
Don Syme's WebLog on F# and Related Topics
Linear Algebra module with F# and dnAnalytics
Posted
over 7 years ago
by
dsyme
2
Comments
Julien Laugel has revamped his sample showing how to use the dnAnalytics library with F#, and it's now up on The Hub . Marcus from dnAnalytics has also been taking a look at F# recently.
Don Syme's WebLog on F# and Related Topics
F# 1.1.11 release candidate now available
Posted
over 7 years ago
by
dsyme
6
Comments
As reported by the Hub Father, F# 1.1.11.6 is available. This is a "release candidate", which means we put it up to see if it meets the standards of the early adopters who download and install it. Since posting on Friday we've had a few very minor issues reported - and release 1.1.11.7 will be available in about 48 hours. Downloads for both F# 1.1.11.6 and 1.1.10.4 may be found here. Here's the list of fixes we've made between F# 1.1.11.6 and F# 1.1.11.7: ......
Don Syme's WebLog on F# and Related Topics
.NET Developer Journal: Grid Computing with F#
Posted
over 7 years ago
by
dsyme
2
Comments
Chad Albrecht has written an article for the recent edition of .NET Developers Journal called F# on a Virtual Super Computer . It uses the excellent Alchemi grid computing framework from my the University of Melbourne (a wonderful institution from my...
Don Syme's WebLog on F# and Related Topics
Rob Burke on F#
Posted
over 7 years ago
by
dsyme
1
Comments
Rob Burke has just written a blog entry on F# : It was great to have Rob to visit - I first met Rob when you presented his Symphony system - an amazing example of .NET in action! Rob is currently an all-round developer guru working with Microsoft in Ireland...
Don Syme's WebLog on F# and Related Topics
Introducing http://cs.hubfs.net: a great new F# community initiative takes shape
Posted
over 7 years ago
by
dsyme
5
Comments
I’m very glad to announce a new F# community initiative called “The Hub”, hosted at http://cs.hubfs.net , and known as “hubFS”. Broadly speaking, this site aims to be “THE place for F# on the web”. I think this is great – we need a broad reach on the...
Don Syme's WebLog on F# and Related Topics
F# for games and machine learning: .NET + performance + scripting
Posted
over 7 years ago
by
dsyme
12
Comments
Ralf Herbrich is a co-leader of MSR Cambridge's Applied Games Group , which specializes in using machine learning techniques such as TrueSkill to improve the player experience of XBox Live and other applications. He's now also an F# user and advocate...
Don Syme's WebLog on F# and Related Topics
F# First Class Events: Simplicity and Compositionality in Imperative Reactive Programming
Posted
over 7 years ago
by
dsyme
4
Comments
The text of this post is also available as an article , which I'll modify with latest material on this topic as time goes on. As of version 1.1.10 , F# now supports first-class , composable events . Here 'events' is used in the same sense as in the...
Don Syme's WebLog on F# and Related Topics
Minor Update to 1.1.10 (version 1.1.10.4 released)
Posted
over 7 years ago
by
dsyme
0
Comments
Just to mention that F# version 1.1.10.4 has been released (in truth it's been up for a week - I neglected to write a blog entry before I went on my brief vacation, though it was announced on the F# List ) The most important thing with this release...
Don Syme's WebLog on F# and Related Topics
F# and Quantitative Finance - a presentation
Posted
over 7 years ago
by
dsyme
5
Comments
Christopher Barwick (aka optionsScalper ) recently gave a talk to the Wisconsin INETA group entitled F# - An Introduction Under an Application of Quantitative Finance . The slides are up on his blog, and he promises the code samples will follow soon to...
Don Syme's WebLog on F# and Related Topics
F# 1.1.10 now available
Posted
over 7 years ago
by
dsyme
9
Comments
[ Updated Note: Visual Studio 2003 users : this release has an installation problem when used with Visual Studio 2003. Please see the details here for a workaround . ] [ Updated Note: Virtual PC users : The good man at JJB Research has noted that...
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
Apress Editor Looking for F# Authors
Posted
over 7 years ago
by
dsyme
3
Comments
Jim Huddleston at Apress has been looking into F# and has very much liked what he's seen. He's interested in publishing books and articles on F# and functional programming - a great opportunity to use your new-found F# skills to earn some money! Here...
Don Syme's WebLog on F# and Related Topics
FJavaC (a functional Java compiler) now on F# using Mono
Posted
over 7 years ago
by
dsyme
1
Comments
Stephen Tse of UPenn has just completed his cross-compilation of FJavaC with F# and OCaml, using F# 1.1 on Mono/Linux (he's made some notes about using F# with Mono/Linux on the F# Wiki - some further notes are below). To quote their website, FJavaC...
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...
Page 16 of 18 (427 items)
«
14
15
16
17
18