F# Community Blogs .gif)
Modeling DSLs with F# and Units of MeasureVery recently on Lambda the Ultimate, they had a really good post describing Soccer-Fun, a way to teach functional programming (pdf). The premise is very simple and is described as the following... 更多Thursday, Jul 9
Active Patterns (F#)In this video, programming writer, Gordon Hogenson, continues the discussion of patterns by talking about active patterns, which you can use to customize and extend F#’s pattern matching capabilities.... 更多Thursday, Jul 9
not an f# postYes, ladies and gentlemen, i have a day job, and sometimes i must put down the f# koolade and do real work. well... maybe not "real" work per se, but... Anyway, to that end...
I've spent some time scr... 更多Wednesday, Jul 8
Interfaces made convenient by type constraintsIf my previous entry convinced you to make extensive use of interfaces, you may have encountered a problem, namely that calling methods implementing interfaces requires casting:let link = new Link("li... 更多Tuesday, Jul 7 - noreply@blogger.com (Joh.)
Breaking up classes using interfacesWhen I started writing F# programs whose code span over multiple files, I was surprised to see that the order of compilation of these files matters. If the code in file B.fs refers to types or functio... 更多Tuesday, Jul 7 - noreply@blogger.com (Joh.)
More... | F# CommunityhubFS: THE place for F# Ask questions, post answers, and participate in the F# community at the F# forums on hubFS.net. What's New in the F# Community See what's going on in the F# community blogs and forums. Send Feedback to the F# Team Send mail to fsbugs@microsoft.com with your feedback. F# Team Blogs .gif) F# Forum
Type inference and constraintsHi,
I have a question about type inference and constraints. I would like to write a generic function that works for a number of types (but I do not wa... 更多Monday, Feb 23 - Chris
More... | F# Projects from CodePlex
VCCVCC is a deductive verification tool that statically proves correctness of concurrent C programs or finds problems in them. It is implemented primarly in F#.Friday, Jun 26 - CodePlex
FsGPUFsGPU project contains library and samples to assist general purpose GPU programming in F# for CUDA enabled devices.Saturday, Jun 20 - CodePlex
C# Pattern MatchingSimple Pattern Matching implementation for C# which emulates F# pattern matching and as a result lends itself very well to recursively traverse composite data structures like Linq Expression T... 更多Wednesday, Jun 10 - CodePlex
More F# Projects... F# Samples from Code Gallery
Request-Response Testing with F#F# is Microsoft's new programming language. F# is a hybrid language -- based on functional language principles but allowing traditional imperative/procedural coding too. The F# test harness (file Project.fs) sends an HTTP... 更多Thursday, Jun 25 - MSDN Code Gallery
XNA Framework in other languagesThis solution demonstrates XNA Framework from C#, Visual Basic, C++/CLI and F#.At the PDC, Frank Savage did a great job in presenting the XNA Game Studio 3.0 to the attendees. During his session he did a great demonstration and bu... 更多Friday, Feb 20 - MSDN Code Gallery
More F# Samples... |