F#unctionalLondoners

Blog articles of F#unctional Londoners

0
comment
on 2/20/2014 2:21 PM
Someone asked me what the secret type provider I am working on is.  I neglected to tell them, and instead joked that it would be the Don Syme type provider.  Later I reflected that the idea had actually been a stroke of genius, so just knocked this together in 20 of your English minutes – the Don Syme fact provider!  It will produce an endless stream of true facts about the mystery man known as the Father of F#.  Get it from my github here.  
>> Read the full article
.
0
comment
on 2/1/2014 12:06 PM
Being able to play Mine Sweeper inside your IDE via intellisense, that is what you have always wanted right?  Well, I’m always willing to lend a hand!  With this fantastic new type provider you can pretend you are working when really you are avoiding mines.   To get started simply clone and build the provider from here.  Reference your new shiny type provider library from a script file and create a type alias and then an instance of it like so: The three parameters you can pass determine the grid width, h[...]
>> Read the full article
.
0
comment
on 1/31/2014 8:26 AM
Introducing my latest top-o-the-line type provider that everyone wants and needs. The Squirrelify provider!  This very useful type provider will create an INFINITE type system and show you random pictures of ASCII art in intellisense.  It turns out that intellisense was not really designed for this and it struggles with various formatting and layout, but the provider tries the best it can. It also doesn't have many images as I couldn't find a webservice for them and had to do it manually. "Wow Ross!" I hea[...]
>> Read the full article
.
0
comment
on 1/31/2014 8:25 AM
This post is intended to show how easy it is to use the F# programming language in order to explore new libraries and get stuff going quickly. It also shows the usage of various great F# features such as Record Types, Discriminated Unions, Computation Expressions and Async workflows, whilst also using a bit of mutable state, integrating with various other 3rd party .NET libraries (including use of an XBOX pad and even a Kinect!), and even some low level bit shifting and masking stuff. F# is definitely NOT [...]
>> Read the full article
.
0
comment
on 1/17/2014 4:01 AM
After my talk last night, several people expressed an interest in the script I was using to draw the LINQ expression trees. I have uploaded here on github. This is just a script I use in development. It doesn't visualize every node by a long shot, and does a fair bit of name replacing to make some of the very long generic type names readable.  You will need GraphViz installed to use this script.  You might need to point the function that does the generation at the location where you've installed it.   You [...]
>> 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