| F# Highlights .gif) |
Featured "How do I?" VideosF# Community Blogs .gif)
Fixing Decades-old Bugs in the HP-35[Part 2 of the HP Calc series]
Making the JavaScript-based HP-35 microcode emulator has been a fun little project. Last time we disassembled the original bits from the ROM. I say “disassemble&rd... moreThursday, Sep 2
Draft F# Component Design GuidelinesThe F# team at Microsoft have kindly released a draft of their F# Component Design Guidelines. This document provides a wealth of advice for professional F# developers covering both F#-facing code and... moreWednesday, Sep 1 by noreply@blogger.com (Flying Frog Consultancy Ltd.)
TickSpec: An F# BDD FrameworkTickSpec is a lightweight Behaviour Driven Development (BDD) framework on CodePlex: “Tick” because it supports F# Tick methods (as well as C# annotated methods) “Spec” because it parses plain text S... moreWednesday, Sep 1 by phil
F#, Fuzzy Logic, WPF, and Tomatoes!This is my 100th blog post, and to celebrate, I’m pulling out all the stops. This example will combine F#, fuzzy logic, WPF, and tomatoes!The example below illustrates a simple fuzzy logic control sim... moreMonday, Aug 30 by noreply@blogger.com (TechNeilogy)
More > | |
| F# Projects from CodePlex
TickSpec: An F# BDD FrameworkA lightweight Behaviour Driven Development (BDD) framework. Describe behaviour in plain text using the Gherkin business language, i.e. given, when, then. Easily execute the behaviour against m... moreMonday, Aug 30 by CodePlex
LExpressLibrary for working with C#/F# expressions (System.Linq.Expressions, Microsoft.FSharp.Quotations). Building expressions, converting C# expressions to F# expressions, active... moreFriday, Aug 27 by CodePlex
F# library for Window Azure REST APIMicrosoft provides Azure SDK for development using C# (Microsoft.Azure).But I like functional programming and especially pure functional programming.That's why I decided to create Func... moreMonday, Aug 23 by CodePlex
More F# Projects > F# Samples from Code Gallery
FSChartFSChart is an F# chart library implemented as a functional wrapper over the Microsoft Chart Control.Thursday, Jun 10 by MSDN Code Gallery
More F# Samples > |