I am having an issue with regexp in C#. I\'ve been using theses patterns in F# and it works fine, so i don\'t understand why it would\'nt work in C#.
I\'ve made the following F# function that will get me an url from the html contents of a web page: let getPicUrl (urlContents : string) =
I have the following code that will download a file asynchronously to my hard-drive, shouting to the console the current progress and quitting with a goodbye message in the end:
Is there anything I can do to make f# code compile faster apart from (or better yet instead of) running ngen?
Hi I am trying to merge a number of observables to an observable array. Here an example that works in fsi. (sorry that it is lengthy)
When developing in F# there are two main actions I keep doing all the time: Switching between development (the code window) and F# Interactive. I\'d like to know if there is some kind of hotkey that
How come that Solution 2 is more efficient than Solution 1? (The time is the average of 100 runs, and the total folders they go through is 13217)
I have a situation which resembles the following: let mutable stopped = false let runAsync() = async { while not stopped do
The following code does not compile. type A(?arg) = member __.Arg : string option = arg type B(?arg) = inherit A(arg) //ERROR expected type string but has type \'a option
I am looking for a way to try to simplify the following expression, which looks ugly, IM开发者_运维百科O: