Blog articles

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 te[...]
.
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# fu[...]
.
0
comment
on 2/7/2015 12:00 PM
Originally posted on Jorge Tavares Notes:I was looking for examples of Lisp implementations using F# and found these 3 interesting series of blog posts. You can find other posts about implementing Lisp or Scheme using F# but these were the ones I found mo[...]
.
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' [...]
.
0
comment
on 2/7/2015 6:06 AM
Today I want to show you some cool stunts you can do with single-case ADTs to help you make invalid states unrepresentable. To be precise I want to talk a bit about Phantom Types – those are parametrised types where a type-variable only appears on the lef[...]
.
0
comment
on 2/6/2015 11:35 PM
What do I mean when I say? System level package / Global package: Package installed so that it is available for every program on the system Local package: Package installed into sub folder of project and only available to that project Timeline [...]
.
0
comment
on 2/6/2015 11:35 PM
What do I mean when I say? - System level package / Global package: Package installed so that it is available for every program on the system - Local package: Package installed into sub folder of project and only available to that project Timeline dp[...]
.
0
comment
on 2/6/2015 11:20 PM
Sometimes when working with xml you have more information in the xml file than you know what to do with in your code. It could be new tags or attributes. A way to use the xml you have not anticipated in your code. A simple way to present that information [...]
.
0
comment
on 2/6/2015 11:20 PM
Sometimes when working with xml you have more information in the xml file than you know what to do with in your code. It could be new tags or attributes. A way to use the xml you have not anticipated in your code. A simple way to present that information [...]
.
0
comment
on 2/6/2015 3:39 AM
I recently chatted with someone about functional programming and why you would not want to have a look at it these days (something I cannot understand at all ;) ). Aside from the usual stuff like “to ivory tower”, “to abstract”, “to much math”, “to differ[...]
.
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