F# Bloggers

Blog articles of F# Bloggers

0
comment
on 3/15/2015 2:57 AM
Hoeveel regels heb je nodig om een simpele WCF service te starten die onder Linux draait? Antwoord: circa 30 regels. Sterker, je kunt die WCF zelfs draaien zonder te compileren, want het werkt gewoon in de F# Interactive! Je moet wel de wereld en zijn moeder installeren om dit voor elkaar te krijgen. Oorspronkelijk was het mijn doel om eens wat meer te zien van Hadoop. Maar zover is het nog niet echt gekomen. Mijn installatie, onder Windows 7 (maar wel laptop met Bang en Olufsen boxen!): [...]
>> Read the full article
.
0
comment
on 3/5/2015 8:55 PM
A few months ago, some coworkers sent around a Ruby challenge. It appears simple, but we can sometimes learn a lot from simple problems. Write a Ruby program that determines the smallest three digit number such that when said number is divided by the sum of its digits the answer is 20. In case that’s not clear, [...]
>> Read the full article
.
0
comment
on 2/28/2015 7:28 PM
I am very excited to finally share the first version of my latest type provider, the Mixin Provider!  This post is quite long but you should read it all, this only scratches the surface really. Background   Code Generation in F# Code generation in any language is a double edged sword.  It is an extremely powerful technique used all over the place, often to great effect.  It can also turn into a complete nightmare with millions of often unnecessary and bloated lines of code, hard to find bugs, and hard to m[...]
>> Read the full article
.
0
comment
on 2/28/2015 2:37 PM
This is the first part of an intermittent series of articles about calculating Fibonacci numbers in F#. Each article will present a different kind of implementation. Where available, I will also show a corresponding implementation in C#. Step 1: Specification To be truly infite, the sequence has to satisfy three conditions: it has to be lazy, i.e., the numbers are not cached, but continually generated, the type of number must not have an upper boundary, and the algorithm must never cause a stack overflow.[...]
>> Read the full article
.
0
comment
on 2/28/2015 2:37 PM
This is the first part of an intermittent series of articles about calculating Fibonacci numbers in F#. Each article will present a different kind of implementation. Where available, I will also show a corresponding implementation in C#. Step 1: Specification To be truly infite, the sequence has to satisfy three conditions: it has to be lazy, i.e., the numbers are not cached, but continually generated, the type of number must not have an upper boundary, and the algorithm must never cause a[...]
>> 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