Granville Barnett

Browse by Tags

All Tags » F# (RSS)
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 | with no comments
Filed under: ,
A great resource for F# - F# Journal
I'm on a mission to ramp my F# posts up but before I do I just wanted to point out that Jon Harrop has being relentlessly posting some great articles in his F# Journal . One of the things that I must give Jon great credit for is that he is very honest...
Posted: Apr 27 2008, 04:01 PM by gbarnett | with 6 comment(s)
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...
Something that when unnoticed in the functional world
For some reason I found myself traversing the various tech radio shows and I was on DotNetRocks and I started sifting through all the previous shows and saw that last month Simon Peyton Jones was on the show. Now, with relation to functional programming...
Posted: Feb 06 2008, 04:52 PM by gbarnett | with 6 comment(s)
Filed under: , , , ,
HTML documentation for F# code and influences
Let me first say that I really like that fact that the F# compiler comes with an easy way to generate HTML documentation without going the XML route, but the HTML produced is not particularly helpful when you are dealing with a large code base. There...
Posted: Jan 27 2008, 06:48 PM by gbarnett | with no comments
Filed under: , ,
F# 1.9.3 RC out now!
Ok so from my point of view this is an awesome F# update, why? because unlike 1.9.2 where you had to always write some boilerplate code to use the async stuff 1.9.3 now includes that boilerplate code and I'll post some examples sometime this week about...
Posted: Dec 02 2007, 10:34 AM by gbarnett | with 2 comment(s)
Filed under:
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 | with no comments
Filed under: , ,
A nice little feature of the F# compiler (documentation)
I must admit this post is mainly down to my ignorance in playing with the compiler switch before, I knew that the F# compiler could produce documentation in xml form but never knew that it could go ahead and gen some html docs. Bad news is that some of...
Posted: Nov 18 2007, 01:00 PM by gbarnett | with 3 comment(s)
Filed under:
More Posts Next page »