Blog articles tagged 'functional'

0
comment
on 4/28/2012 12:32 PM
There was a question posted to Stackoverflow about an implementation of the solution of “Einstein’s Riddle” in F#.  Here’s the text of the question, which I include in case the text of the question is later altered: I’m looking for Einstein’s Riddle solut[...]
.
0
comment
on 4/24/2012 11:19 AM
The previous post talks about an F# Windows Phone game. Here is the same game ported to the Windows Phone. The port includes many fixes to the original game plus some other improvements. Most of the original code ported very easily … Continue reading →
.
0
comment
on 4/24/2012 11:19 AM
The previous post talks about an F# Windows Phone game. Here is the same game ported to the Windows Phone. The port includes many fixes to the original game plus some other improvements. Most of the original code ported very easily … Continue reading →
.
0
comment
on 4/23/2012 5:07 PM
Problem A. Speaking in Tongues The problem is here.   Problem B. Dancing with the Googlers The problem is here.   Problem C. Recycled Numbers The problem is here.   Enjoy!
.
0
comment
on 4/4/2012 9:07 AM
On key-feature in Haskell is it’s laziness, meaning that it does it’s evaluations in normal-order (an expression is evaluated when the value is needed). F# on the other hand uses applicative evaluation (for example: parameters to a function are evaluated [...]
.
0
comment
on 4/1/2012 1:22 PM
I found out about Google CodeJam the other day, and looking at their info page, there’s a number of interesting problems you can solve as practice for the real thing coming up, and here are my F# solutions to the qualification round questions from the 201[...]
.
0
comment
on 3/29/2012 6:20 PM
.
0
comment
on 3/27/2012 5:31 AM
I often think of why I feel that it’s important to have a functional language—not just write code that’s pseudo-functional in an imperative language.  As I think this through, I wanted to record some of my ideas on the subject. Even the best developers I’[...]
.
0
comment
on 3/25/2012 4:20 PM
To find the answer to this question I put together a very simple test, but before we go into it.. Disclaimer: this test and its result should be taken at face value only, it is intended to illustrate that posting messages to an agent is super lightweight,[...]
.
0
comment
on 3/24/2012 6:32 PM
One of the problems with using F#’s Discriminated Unions is that they are not extensible, in that all your union cases must be specified inside one Discriminated Union (abbreviated to DU from this point) type and you can’t inherit from an existing DU type[...]
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us
Built with WebSharper