In which language is F#\'s compiler written? I\'ve heard that F#\'s compiler is written in F# :) (each next version of F# compiler is written on its previous version)
Suppose I create a closure over a resource such as a StreamWriter: let currentdir = Directory.GetCurrentDirectory()
I have installed mono 2.8.1 using the package installer from mono-project.com and the f sharp libs/bins from http://fsxplat.codeplex.com/releases/view/55463.
This question already has answers here: Closed 12 years ago. Possible Duplicate: What are the benefits of using C# vs F# or F# vs c#?
Given the following AST definition and sample code, what would be the best algorithm to find all the usages of an identifier given its position in the tree ?
I have a quiet long regex and sometimes it response fast some times it loads long like crazy. here is my regex:
What is the best way in F# to write an if not condition? Right now I\'m writing it like this: if condition <> true then do
I was working on some F# code and I was working on a function to return a random string from a set of strings. Let\'s say I had something like this:
I\'m currently learning F# and I\'m exploring using it to analyse financial time-series. Can anyone recommend a good data structure to store time-series data in?
I have downloaded the F# zipped distribution (i.e., without the installer) on Windows and I have a difficulty using ExcelDna with it.