LinqPad and F# Charting
Import these references Sample script Graph
Remembering Thoughts
Import these references Sample script Graph
namespace RegressionTests open System open System.Configuration open runner open canopy open configuration open reporters open QuoteHelper module QuoteSiteTests = let runTest = ( start chrome let mainBrowser = browser elementTimeout <- 15.0 compareTimeout <- 15.0 […]
open System #light // Hello world let a = “Hello, world!”; let mutable b = 0; while b < 10 do b <- b+1 Console.WriteLine(a + b.ToString()) Console.ReadLine() |> ignore // recursive binary search – […]