Blog articles

0
comment
on 10/19/2012 6:40 PM
With the official release of .Net 4.5 and Visual Studio 2012, I suspect many .Net developers will be rushing to rewrite their data access or network layers (amongst many many other things!) to take advantage of the new async-await (see the excellent 101 e[...]
.
0
comment
on 10/18/2012 2:34 PM
In Erlang, we have the Supervisor behaviour which makes it very easy to provide the means to monitor and restart a whole network of workers and other supervisors based on some configured strategy. The MailboxProcessor (aka agents) in F# doesn’t come with [...]
.
0
comment
on 10/17/2012 2:17 PM
When we released F# Tools for Visual Studio Express 2012 for Web last month, we made a short F# launch video available: F# 3.0 Information Rich Programming. The video featured a sample C#/F# MVC4 ASP.NET app named “B-Movie Madness,” which we’ve now made[...]
.
0
comment
on 10/17/2012 3:06 AM
.
0
comment
on 10/15/2012 1:42 PM
What do you do with a drunken coder, What do you do with a drunken coder, What do you do with a drunken coder, Ear-ly in the morning? Put em’ on the build and make em fix it, Put em’ on the build and make em’ fix it, Put em’ on the build and make [...]
.
0
comment
on 10/15/2012 4:46 AM
.
0
comment
on 10/12/2012 4:22 AM
OK, it's time for Clojure (again). Let's look at the (now famous :) Fibonacci function:It took ~9 seconds which's not so good as would be (however, I'm not very frustrated about that :)What about the language itself, it feels very 'tired' - it has little [...]
.
0
comment
on 10/11/2012 1:26 PM
  The next meetup of the absolutely fabulous F#unctional Londoners will be one week today, at the usual venue of SkillsMatter. The topic is an exciting one! Alea.CUDA - Combining the computational power of GPUs with the functional elegance of F#Abstract F[...]
.
0
comment
on 10/10/2012 2:43 PM
In the previous post, I discussed designing combinator libraries that compose some property over unions. It is only fitting to throw records in the mix. type U = | A of int | B of float | C of string let UFormat = ( UnionCase A I[...]
.
0
comment
on 10/10/2012 12:40 PM
There are lots of resources available for learning more about F#.  In this blog post, I’ll call out some of the best jumping-off points for learning F# through samples, asking questions, and getting involved in the F# community. Code Samples There are a[...]
.
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