F# Bloggers

Blog articles of F# Bloggers

0
comment
on 2/14/2015 7:46 AM
Na maanden voorbereiding is het eindelijk zover. Ik ga een workshop over F# houden in den Haag op 17 maart aanstaande, bij Delta-N.  Deze workshop is voornamelijk bedoeld voor mensen die al enige programmeerervaring hebben. Een nieuwe programmeertaal leren is een flinke investering.  In deze workshop gaan we in hoog tempo door de basisvaardigheden heen, die je nodig hebt om met F# aan de slag te gaan. Hierbij laten we laten we de deelnemers vooral veel zelf doen, want daar leer je het [...]
>> Read the full article
.
0
comment
on 2/10/2015 12:40 AM
Now, let me start this post by saying I love XNA/Monogame. XNA was Microsoft’s first (and currently last) attempt to have a first class managed framework for writing games. Luckily the excellent Monogame project has picked up Microsoft’s slack and … Continue reading →
>> Read the full article
.
0
comment
on 2/8/2015 11:35 AM
In this post, we are going to test the escaped concact/split functions that we implemented last time. Along the way, it will become apparent why F# is an ideal language for writing .NET unit tests. These are the signatures of the two F# functions to be tested: val concatEscape : esc:char -> sep:string -> strings:seq<string> -> string val splitUnescape : esc:char -> sep:string -> string:string -> seq<string> Seen from C# (e.g., in Visual Studio's object browser), the signatures would look li[...]
>> Read the full article
.
0
comment
on 2/8/2015 11:35 AM
In this post, we are going to test the escaped concact/split functions that we implemented last time. Along the way, it will become apparent why F# is an ideal language for writing .NET unit tests. These are the signatures of the two F# functions to be tested: val concatEscape : esc:char -> sep:string -> strings:seq<string> -> string val splitUnescape : esc:char -> sep:string -> string:string -> seq<string> Seen from C# (e.g., in Visual Studio's object browser), the signatures would look like this: public [...]
>> Read the full article
.
0
comment
on 2/7/2015 7:01 AM
I attended the first London meetup group for the D programming language last week with my friend David.  Near the end we had a chance to try and solve a cool programming problem called the secret santa challenge. disclaimer – I am a complete D 'lol newb' so there might be nicer stuff I could do with syntax etc!  Also I have not yet fixed my syntax highlighter to include auto, mixin, assert, and others The Challenge The secret santa problem is deceptively simple.  You are given a list of names like so. enum[...]
>> 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