<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Fsharp on Chris McKelt - Remembering Thoughts</title><link>https://blog.smarttechventures.au/tags/fsharp/</link><description>Recent content in Fsharp on Chris McKelt - Remembering Thoughts</description><generator>Hugo -- 0.147.2</generator><language>en</language><lastBuildDate>Mon, 28 Mar 2016 00:00:00 +0800</lastBuildDate><atom:link href="https://blog.smarttechventures.au/tags/fsharp/index.xml" rel="self" type="application/rss+xml"/><item><title>LinqPad and F# Charting</title><link>https://blog.smarttechventures.au/articles/posts/linqpad-and-f-scripts/</link><pubDate>Mon, 28 Mar 2016 00:00:00 +0800</pubDate><guid>https://blog.smarttechventures.au/articles/posts/linqpad-and-f-scripts/</guid><description>&lt;h1 id="import-these-references">Import these references&lt;/h1>
&lt;p>&lt;img alt="image" loading="lazy" src="https://user-images.githubusercontent.com/662868/120944745-b741c880-c768-11eb-9182-d53d9f451a72.png">&lt;/p>
&lt;h3 id="sample-script">Sample script&lt;/h3>
&lt;script src="https://gist.github.com/chrismckelt/7f2ec81a893e5f31d056.js">&lt;/script>
&lt;h3 id="graph">Graph&lt;/h3>
&lt;p> 
&lt;img alt="image" loading="lazy" src="https://user-images.githubusercontent.com/662868/120944762-c9bc0200-c768-11eb-8d84-3df4d099fe09.png">&lt;/p></description></item><item><title>F# Beginnings</title><link>https://blog.smarttechventures.au/articles/posts/f-beginnings/</link><pubDate>Mon, 07 Mar 2011 00:00:00 +0800</pubDate><guid>https://blog.smarttechventures.au/articles/posts/f-beginnings/</guid><description>&lt;blockquote>
&lt;p>open System&lt;/p>
&lt;p>#light // Hello world let a = &amp;ldquo;Hello, world!&amp;rdquo;;&lt;/p>
&lt;p>let mutable b = 0;&lt;br>
while b &amp;lt; 10 do b &amp;lt;- b+1&lt;br>
Console.WriteLine(a + b.ToString())&lt;/p>
&lt;p>Console.ReadLine() |&amp;gt; ignore&lt;/p>
&lt;p>// recursive binary search - &lt;a href="http://rosettacode.org/wiki/Binary" target="_blank">http://rosettacode.org/wiki/Binary&lt;/a>_search#F.23&lt;br>
let items = [| 10; 20; 30; 40; 50; 60; 70; 80; 90; 100; |]&lt;/p>
&lt;p>let rec binarySearch (arr:int[], low:int, high:int, value:int) =
if (high &amp;lt; low) then&lt;br>
false&lt;br>
else&lt;br>
let mid = (low + high) / 2&lt;/p></description></item><item><title>DatabaseBackup.fs</title><link>https://blog.smarttechventures.au/articles/posts/f-keywords/</link><pubDate>Thu, 03 Mar 2011 00:00:00 +0800</pubDate><guid>https://blog.smarttechventures.au/articles/posts/f-keywords/</guid><description>&lt;script src="https://gist.github.com/chrismckelt/a6dc122913bdd40616a5.js">&lt;/script></description></item></channel></rss>