Community for F#

Blog articles of Community for F#

0
comment
on 9/26/2011 12:49 PM
I’m taking a bit of time to brush up my knowledge of F# and see if I can write better F# code and one of the things I notice is that whilst I use pipe-forward operator (|>) often when working with collections I don’t nearly use the pipe-backward operator (<|) as frequently as I should. [...]
>> Read the full article
.
0
comment
on 9/23/2011 6:08 PM
This release ships the preliminary support for mobile devices, a new WebSharper component we call WebSharper Mobile. [more...]
>> Read the full article
.
0
comment
on 9/21/2011 5:00 PM
.
0
comment
on 9/19/2011 1:51 PM
Continuing from last time, let’s look at how one goes from imperative pseudocode to pure functional using Gale-Shapely as an example. Overall, to convert an algorithm from imperative to functional is a fairly simple process once you understand how to convert from a while loop to recursion with accumulators. This post is just a more [...]
>> Read the full article
.
0
comment
on 9/18/2011 1:29 AM
I have an idea for a type provider, so now that the type provider bits are finally publicly available I set to work building it. However it turns out just implementing a type provider is pretty tricky (not really that much of a surprise I supose), so I thought it was worth a quick blog post to run through the basics. A type provider is a class that implements the interface ITypeProvider (fullname Microsoft.FSharp.Core.CompilerServices.ITypeProder), which lives in the assembly FSharp.Core.dll. Its definiti[...]
>> Read the full article
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper