Here is the code that I am trying to get to work last line is where it is failing: let rec gcd a b = if b= 0 then
This question already has answers here: Closed 11 years ago. Possible Duplicate: Which parts of C# .NET framework are actually parts of the language?
Whats the best way to make a c# library more F#ish when you dont have access to the source code? At my point of view it seems like you have two options: Extension methods or Functions wrapped in Modul
I\'m working primarily with .NET 4.0 using fsi, F# interactive, but I have a couple of dll tha开发者_运维知识库t I need to access that are only compiled for the .NET 2.0 version of the framework (I ch
I\'m a bit frustrated here. I know I\'ve got all the bits, but I can\'t work out how to combine them...
Outside of things syntactical, are there scenarios where it would be advantageous to write unit tests using F# for Greenfield C# code?
I was reading this post While or Tail Recursion in F#, what to开发者_如何学运维 use when? were several people say that the \'functional way\' of doing things is by using maps/folds and higher order fu
I know that in some languages (Haskell?) the striving is to achieve point-free style, or to never explicitly r开发者_如何转开发efer to function arguments by name.This is a very difficult concept for m
I\'m wanting to write a big chunk of C# code using immutable F#.It\'s a device monitor, and the current implementation works by constantly getting data from a serial port and updating member variables
The CreateSpreadsheetWorkbook example method from the OpenXml documentation does translate directly to F#. The problem seems to be the Append method of the Sheets object. The code executes without err