My Projects Home Page
Comming soon!
Published: January 10, 2007 22:31
Bookmarks: FaceBook |
You can find more information about my functional programming book on the book web site.
You can also order a print book or an ebook directly from Manning!
F# asynchronous workflows can be used to solve a wide range of programming problems. In this article we'll look how to use asynchronous workflows for elegantly expressing the control flow of interaction with the user. We'll also look at clear functional way for encoding drag and drop-like algorithm.
English | 2/18/2010
In LINQ, we can group data using the "group by" clause. However, there are other potentially useful implementations of grouping. For example, we may want to group only adjacent elements or group ascending or descending parts of the data. This article shows how to use custom behavior when grouping data using "group by" in LINQ query.
English | 2/7/2010
Some time ago, I received my copies of Real-World Functional Programming. I started working on it back in May 2008 and as many people who had more experience with writing books told me, it took longer than I was expecting!
English | 1/24/2010
In this article series we're talking about the Accelerator project, which can be used from F# to write code that runs in parallel on GPU or multi-core CPU. In this article, we'll look at building complex data-parallel programs with F# quotations, we'll implement blur filter and we'll also discuss architecture and performance.
English | 1/12/2010
We already discussed how to write programs that run on GPU using MSR Accelerator. In this article, we'll write an image rotation using data-parallel F# functions and then use a library that translates it to Accelerator automatically.
English | 1/4/2010
Some articles belong to more categories, so the best RSS feed to choose is Blog, because all articles will be at least linked from blog.
