F# Bloggers

Blog articles of F# Bloggers

0
comment
on 5/18/2015 2:55 PM
I got some great feedback on my last blog post about using F#’s async feature to simplify state. One of the more interesting requests was from @FreeQaz who tweeted me: @neildanson I really enjoyed your article at http://t.co/tFWHZXU1DD about F# … Continue reading →
>> Read the full article
.
0
comment
on 5/18/2015 10:34 AM
The near-complete obviation of nulls is perhaps the most frequently- (and hilariously-) cited benefit of working in F#, as compared to C#. Nulls certainly still exist in F#, but as a practical matter it really is quite rare that they need to be considered explicitly within an all-F# codebase. It turns out this cuts both … Continue reading Null-checking considerations in F# - it's harder than you think →
>> Read the full article
.
0
comment
on 5/17/2015 5:00 PM
The near-complete obviation of nulls is perhaps the most frequently- (and hilariously-) cited benefit of working in F#, as compared to C#. Nulls certainly still exist in F#, but as a practical matter it really is quite rare that they need to be considered explicitly within an all-F# codebase. It turns out this cuts both ways. On those infrequent occasions where one does need to check for nulls, F# actually makes it surprisingly difficult to do so safely and efficiently. In this post I’ve tried to aggre[...]
>> Read the full article
.
0
comment
on 5/17/2015 3:22 PM
The Problem “Motif finding is a problem of finding common substrings of specified length in a set of strings. In bioinformatics, this is useful for finding transcription binding sites” (recap here). The problem is succinctly stated on Rosalind. Given a set of strings DNA of size t, find “most common” substrings of length k. “Most common” means, that substrings […]
>> Read the full article
.
0
comment
on 5/15/2015 5:53 AM
Working on the command line with Powershell, much of the time I have the luxury of dealing directly with rich .NET objects.  If I need to sort, filter, or otherwise process cmdlet output, I have easy access to typed properties and methods right at the prompt. Often, though, I'll need to wrangle plain text, perhaps … Continue reading A handy Powershell filter for converting plain text to objects →
>> 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