<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Mono on 7sharp9</title><link>https://7sharp9.github.io/tags/mono/</link><description>Recent content in Mono on 7sharp9</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>7sharp9@mail.com (Dave Thomas)</managingEditor><webMaster>7sharp9@mail.com (Dave Thomas)</webMaster><copyright>© 2026 Dave Thomas</copyright><lastBuildDate>Wed, 05 Jun 2013 00:00:00 +0000</lastBuildDate><atom:link href="https://7sharp9.github.io/tags/mono/index.xml" rel="self" type="application/rss+xml"/><item><title>Monster Zero - Revisited</title><link>https://7sharp9.github.io/programming/2013-06-05-monster-zero-revisited/</link><pubDate>Wed, 05 Jun 2013 00:00:00 +0000</pubDate><author>7sharp9@mail.com (Dave Thomas)</author><guid>https://7sharp9.github.io/programming/2013-06-05-monster-zero-revisited/</guid><description>&lt;p&gt;
 &lt;figure class="img-left"&gt;&lt;img src="http://upload.wikimedia.org/wikipedia/en/c/ce/KingGhidorah.jpg"&gt;
 &lt;/figure&gt;

&lt;br&gt;
This creature is capable of tremendous destruction due to it&amp;rsquo;s size, flight &lt;em&gt;(with the creature&amp;rsquo;s wings also generating hurricane strength winds)&lt;/em&gt; and possesses several breath weapons &lt;em&gt;(e.g., heat and energy)&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;What am I talking about here? Maybe it&amp;rsquo;s &lt;a href="http://en.wikipedia.org/wiki/King_Ghidorah" target="_blank" rel="noreferrer"&gt;Monster Zero&lt;/a&gt; or &lt;a href="http://en.wikipedia.org/wiki/King_Ghidorah" target="_blank" rel="noreferrer"&gt;King Ghidorah&lt;/a&gt; as it&amp;rsquo;s sometimes known. No it&amp;rsquo;s &lt;a href="http://msdn.microsoft.com/en-us/library/hh228603.aspx" target="_blank" rel="noreferrer"&gt;TPL Dataflow&lt;/a&gt;! &lt;!-- more --&gt;&lt;/p&gt;</description></item><item><title>Some kind of monster</title><link>https://7sharp9.github.io/programming/2013-06-01-some-kind-of-monster/</link><pubDate>Sat, 01 Jun 2013 00:00:00 +0000</pubDate><author>7sharp9@mail.com (Dave Thomas)</author><guid>https://7sharp9.github.io/programming/2013-06-01-some-kind-of-monster/</guid><description>&lt;p&gt;
 &lt;figure class="img-left third"&gt;&lt;img src="http://upload.wikimedia.org/wikipedia/en/2/29/Godzilla_%2754_design.jpg"&gt;
 &lt;/figure&gt;


What&amp;rsquo;s 100 meters high and weighs in at around 60,000 tons? No its not Godzilla, its Reactive extensions!&lt;/p&gt;
&lt;p&gt;Lately on one of my projects I have been doing a lot of stream manipulation, and although I solved the problem quite easily using F# async workflows, there were other solutions available to help solve the problem. I could of used things like &lt;a href="http://msdn.microsoft.com/en-us/library/vstudio/hh191443.aspx" target="_blank" rel="noreferrer"&gt;async await&lt;/a&gt;, &lt;a href="http://msdn.microsoft.com/en-us/library/hh228603.aspx" target="_blank" rel="noreferrer"&gt;TPL Dataflow(TDF)&lt;/a&gt;, and &lt;a href="http://rx.codeplex.com" target="_blank" rel="noreferrer"&gt;Reactive Extensions (Rx)&lt;/a&gt;. This is going to be a short post on using Rx with F#. &lt;!-- more --&gt;&lt;/p&gt;</description></item><item><title>MonoTouch and F# part II</title><link>https://7sharp9.github.io/programming/2013-02-04-monotouch-and-fsharp-part-ii/</link><pubDate>Thu, 07 Feb 2013 00:00:00 +0000</pubDate><author>7sharp9@mail.com (Dave Thomas)</author><guid>https://7sharp9.github.io/programming/2013-02-04-monotouch-and-fsharp-part-ii/</guid><description>&lt;p&gt;In the last post we left at the point where everything was running fine and dandy on the Simulator. So what happens if we compile for the real hardware?&lt;/p&gt;
&lt;p&gt;Lets change the active configuration to &lt;code&gt;Debug|iPhone&lt;/code&gt; and hit build, what do we get?&lt;!-- more --&gt;&lt;/p&gt;</description></item><item><title>MonoTouch and F# part I</title><link>https://7sharp9.github.io/programming/2013-02-03-monotouch-and-fsharp-part-i/</link><pubDate>Sun, 03 Feb 2013 00:00:00 +0000</pubDate><author>7sharp9@mail.com (Dave Thomas)</author><guid>https://7sharp9.github.io/programming/2013-02-03-monotouch-and-fsharp-part-i/</guid><description>&lt;p&gt;&lt;a href="http://xamarin.com/monotouch" target="_blank" rel="noreferrer"&gt;MonoTouch&lt;/a&gt; and F# that would be a cool duo right?&lt;/p&gt;
&lt;p&gt;Well let me explain what needs to be done and why to get this pair working together.&lt;/p&gt;
&lt;p&gt;I heard rumours a while ago that F# and &lt;a href="http://xamarin.com/monotouch" target="_blank" rel="noreferrer"&gt;MonoTouch&lt;/a&gt; would not play together nicely because of &lt;a href="http://docs.xamarin.com/ios/about/limitations" target="_blank" rel="noreferrer"&gt;limitations&lt;/a&gt; in the ahead of time compilation &lt;a href="http://www.mono-project.com/AOT" target="_blank" rel="noreferrer"&gt;(AOT)&lt;/a&gt;. So I thought I would either prove or disprove this with some concentrated hacking. How hard can it be?&lt;/p&gt;</description></item><item><title>MonoGame subdivision and platonics</title><link>https://7sharp9.github.io/programming/2013-01-04-monogame-subdivision-and-platonics/</link><pubDate>Fri, 04 Jan 2013 00:00:00 +0000</pubDate><author>7sharp9@mail.com (Dave Thomas)</author><guid>https://7sharp9.github.io/programming/2013-01-04-monogame-subdivision-and-platonics/</guid><description>&lt;p&gt;I&amp;rsquo;ve been on a bit of a break from my normal jovial self due to a shit storm of bad stuff happening that I wont go into here, but hopefully this years going to be awesome. Anyway, here&amp;rsquo;s the next exciting installment in my series on MonoGame. &lt;em&gt;(Well I find it exciting anyway :-) )&lt;/em&gt;&lt;/p&gt;</description></item><item><title>MonoGame 3D basics</title><link>https://7sharp9.github.io/programming/2012-11-25-monogame-3d-basics/</link><pubDate>Sun, 25 Nov 2012 00:00:00 +0000</pubDate><author>7sharp9@mail.com (Dave Thomas)</author><guid>https://7sharp9.github.io/programming/2012-11-25-monogame-3d-basics/</guid><description>&lt;p&gt;This time we are going to get into a little bit of code and produce the simplest of all 3d solids, the
tetrahedron. I know its not the most exciting of things but we have to start somewhere. The scope of 3D
graphics in computers is so vast that its very easy to get lost in the vast piles of research papers.&lt;!-- more --&gt;&lt;/p&gt;</description></item><item><title>F# and MonoGame on the Mac</title><link>https://7sharp9.github.io/programming/2012-11-11-fsharp-and-monogame-on-the-mac/</link><pubDate>Sun, 11 Nov 2012 00:00:00 +0000</pubDate><author>7sharp9@mail.com (Dave Thomas)</author><guid>https://7sharp9.github.io/programming/2012-11-11-fsharp-and-monogame-on-the-mac/</guid><description>&lt;p&gt;What we are going to do in this post is take a whistle stop tour of getting &lt;a href="http://www.monogame.net" target="_blank" rel="noreferrer"&gt;MonoGame&lt;/a&gt; up and running along with a
simple demo in F#. Over the last few days I have been building an F# project template for MonoDevelop, this post will
also how to get that installed too. &lt;!-- more --&gt;&lt;/p&gt;</description></item><item><title>F# 3.0 In The Mac And Mono World</title><link>https://7sharp9.github.io/programming/2012-11-03-fsharp-3-in-the-mac-and-mono-world/</link><pubDate>Sat, 03 Nov 2012 00:00:00 +0000</pubDate><author>7sharp9@mail.com (Dave Thomas)</author><guid>https://7sharp9.github.io/programming/2012-11-03-fsharp-3-in-the-mac-and-mono-world/</guid><description>&lt;p&gt;So what have I been up to lately? Well, lots of different things. I have been taking it easy on the open source and blogging side of things as its been a hectic time of late in my personal life. This seems to be changing now so I&amp;rsquo;m starting to get all of the ideas spinning around in my head into physical reality, or virtual reality, or what ever you want to call it. Anyway, here&amp;rsquo;s the first post on the subject of programming in F# using &lt;a href="http://monodevelop.com" target="_blank" rel="noreferrer"&gt;MonoDevelop&lt;/a&gt; and &lt;a href="http://www.mono-project.com/What_is_Mono" target="_blank" rel="noreferrer"&gt;Mono&lt;/a&gt; natively on Macs. &lt;!-- more --&gt;&lt;/p&gt;</description></item></channel></rss>