Granville Barnett

Browse by Tags

All Tags » .NET » F# (RSS)
F# CTP out
Seems like ages I have waited for this moment, and now it is finally here I find myself with no time to actually mess around with it that much. I have really enjoyed using F# on and off for the last 18+ months and the IDE has been by no means the best...
Posted: Aug 29 2008, 05:13 PM by gbarnett
Filed under: ,
Visualizing data (plotting functions of two independent variables)
First off this post doesn’t contain that much textual substance, for more read the previous post I made, also the graphing library I am using is F# for Visualization . While it is possible to plot these functions by hand in the very, very (emphasis on...
Posted: Jun 22 2008, 12:37 PM by gbarnett | with 1 comment(s)
Filed under: , ,
Visualising data
I tend to use Octave for maths based stuff, including visualizing the plotting of functions and so on. Anyway to my point, I have found that GNU Plot as great a tool it is to be somewhat linear in its way of thinking when rendering the (2D) graph - as...
Posted: Jun 03 2008, 11:49 PM by gbarnett | with 4 comment(s)
Filed under: , ,
F# 1.9.4 released
I missed this as I was doing a lot of work at the time (was release a few days back) as via Don's blog, and he has a post on it here . I gave it a quick install this morning and this release still doesn't fix the VS 2008 integration with F# interactive...
Posted: May 06 2008, 07:06 PM by gbarnett
Filed under: ,
Using CPU Scheduling Simulator with F#
Just a quickie and a dead simple example, CPUSS is really easy to use with any managed language including C++/CLI, VB.NET and F# but I chose F# to create a real easy program to show the synergy between the two as you might expect is very good. 1 #light...
Property intializers
I love property intializers, both in C# and F# and just think that they can be so useful and convenient especially with stuff like WinForms and WPF where you often find yourself newing up some element and then in the next 2 or 3 lines setting some properties...
Posted: Nov 21 2007, 06:31 PM by gbarnett
Filed under: , ,
F# to become a first class citizen in the .NET space
Finally. I hope that MS embrace the communities of other popular functional languages like Haskell to great a truly amazing functional language, not that F# isn't already. The more time I spend with F# the more I start to lose my interest in Haskell and...
Posted: Oct 17 2007, 04:36 PM by gbarnett | with 2 comment(s)
Filed under: ,
Using F# interactive
Just a quick post on how to get the best out of F# Interactive What is F# interactive? That's a dang good question! Well you can think of F# interactive as being a console application that you type stuff into and its evaluated and based on what you type...
Posted: Sep 19 2007, 05:51 PM by gbarnett | with 1 comment(s)
Filed under: , ,
More Posts