<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" encoding="UTF-8" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:atom="http://www.w3.org/2005/Atom/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:podcast="https://podcastindex.org/namespace/1.0" xmlns:fireside="https://fireside.fm/modules/rss/fireside">
  <channel>
    <fireside:hostname>feed02.fireside.fm</fireside:hostname>
    <fireside:genDate>Sat, 01 Nov 2025 23:47:05 -0500</fireside:genDate>
    <generator>Fireside (https://fireside.fm)</generator>
    <title>WTF#</title>
    <link>https://www.wtfsharp.net</link>
    <pubDate>Fri, 05 Mar 2021 11:13:11 -0500</pubDate>
    <description>Curious as to what's happening in the F# ecosystem? Whether you're a long-time F# lover or functionally curious, this is a great means of keeping up to speed with functional programming on the .NET platform!
</description>
    <language>en-us</language>
    <copyright>© 2025 Stachu Korick</copyright>
    <itunes:type>episodic</itunes:type>
    <itunes:subtitle>What is going on in the F# ecosystem?</itunes:subtitle>
    <itunes:author>Stachu Korick</itunes:author>
    <itunes:summary>Curious as to what's happening in the F# ecosystem? Whether you're a long-time F# lover or functionally curious, this is a great means of keeping up to speed with functional programming on the .NET platform!
</itunes:summary>
    <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/8/8504b886-5e40-422f-b79d-66d39aa58528/cover.jpg?v=1"/>
    <itunes:explicit>no</itunes:explicit>
    <itunes:owner>
      <itunes:name>Stachu Korick</itunes:name>
      <itunes:email>hello@stachu.net</itunes:email>
    </itunes:owner>
    <podcast:locked email="StachuKorick@gmail.com">yes</podcast:locked>
<itunes:category text="Technology"/>
<itunes:category text="Education">
  <itunes:category text="How To"/>
</itunes:category>
    <item>
      <title>WTF# is Mathematical Planning?</title>
      <link>https://www.wtfsharp.net/wtfsharp-is-math-planning</link>
      <guid isPermaLink="false">c01643f5-d4a8-4f59-955a-b1eba744a04f</guid>
      <pubDate>Thu, 04 Mar 2021 09:00:00 -0500</pubDate>
      <author>Stachu Korick</author>
      <enclosure url="https://aphid.fireside.fm/d/1437767933/8504b886-5e40-422f-b79d-66d39aa58528/c01643f5-d4a8-4f59-955a-b1eba744a04f.mp3" length="64942282" type="audio/mpeg"/>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:author>Stachu Korick</itunes:author>
      <itunes:subtitle>In this conversation, we cover Matthew's background in software, his passion for mathematical planning, what mathematical planning is, how to use it within F#, and how to get started.</itunes:subtitle>
      <itunes:duration>1:03:26</itunes:duration>
      <itunes:explicit>no</itunes:explicit>
      <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/8/8504b886-5e40-422f-b79d-66d39aa58528/cover.jpg?v=1"/>
      <description>Show notes:
Matthew's workshop on mathematical planning:
https://www.youtube.com/watch?v=KlUT7FXnzqg
Modeling Libraries
.NET : OPTANO (https://optano.com/en/modeling/)
F# : Flips (https://flipslibrary.com/)
Python : PuLP (https://pypi.org/project/PuLP/)
Solvers:
Open Source
COIN-OR CBC : https://projects.coin-or.org/Cbc
Google GLOP : https://developers.google.com/optimization
Commercial
Gurobi : https://www.gurobi.com/
IBM CPLEX : https://www.ibm.com/analytics/cplex-optimizer
Frontline Solver : https://www.solver.com/
LocalSolver : https://www.localsolver.com/
Scheduling NFL with Gurobi (https://youtu.be/njISXhlc1Rw) Special Guest: Matthew Crews.
</description>
      <itunes:keywords>fsharp, F#, math, planning, optimization, mathematical planning</itunes:keywords>
      <content:encoded>
        <![CDATA[<p>Show notes:</p>

<p>Matthew&#39;s workshop on mathematical planning:<br>
<a href="https://www.youtube.com/watch?v=KlUT7FXnzqg" rel="nofollow">https://www.youtube.com/watch?v=KlUT7FXnzqg</a></p>

<h1>Modeling Libraries</h1>

<ul>
<li>.NET : OPTANO (<a href="https://optano.com/en/modeling/" rel="nofollow">https://optano.com/en/modeling/</a>)</li>
<li>F# : Flips (<a href="https://flipslibrary.com/" rel="nofollow">https://flipslibrary.com/</a>)</li>
<li>Python : PuLP (<a href="https://pypi.org/project/PuLP/" rel="nofollow">https://pypi.org/project/PuLP/</a>)</li>
</ul>

<h1>Solvers:</h1>

<h2>Open Source</h2>

<ul>
<li>COIN-OR CBC : <a href="https://projects.coin-or.org/Cbc" rel="nofollow">https://projects.coin-or.org/Cbc</a></li>
<li>Google GLOP : <a href="https://developers.google.com/optimization" rel="nofollow">https://developers.google.com/optimization</a></li>
</ul>

<h2>Commercial</h2>

<ul>
<li>Gurobi : <a href="https://www.gurobi.com/" rel="nofollow">https://www.gurobi.com/</a></li>
<li>IBM CPLEX : <a href="https://www.ibm.com/analytics/cplex-optimizer" rel="nofollow">https://www.ibm.com/analytics/cplex-optimizer</a></li>
<li>Frontline Solver : <a href="https://www.solver.com/" rel="nofollow">https://www.solver.com/</a></li>
<li>LocalSolver : <a href="https://www.localsolver.com/" rel="nofollow">https://www.localsolver.com/</a></li>
</ul>

<p>Scheduling NFL with Gurobi (<a href="https://youtu.be/njISXhlc1Rw" rel="nofollow">https://youtu.be/njISXhlc1Rw</a>)</p><p>Special Guest: Matthew Crews.</p>]]>
      </content:encoded>
      <itunes:summary>
        <![CDATA[<p>Show notes:</p>

<p>Matthew&#39;s workshop on mathematical planning:<br>
<a href="https://www.youtube.com/watch?v=KlUT7FXnzqg" rel="nofollow">https://www.youtube.com/watch?v=KlUT7FXnzqg</a></p>

<h1>Modeling Libraries</h1>

<ul>
<li>.NET : OPTANO (<a href="https://optano.com/en/modeling/" rel="nofollow">https://optano.com/en/modeling/</a>)</li>
<li>F# : Flips (<a href="https://flipslibrary.com/" rel="nofollow">https://flipslibrary.com/</a>)</li>
<li>Python : PuLP (<a href="https://pypi.org/project/PuLP/" rel="nofollow">https://pypi.org/project/PuLP/</a>)</li>
</ul>

<h1>Solvers:</h1>

<h2>Open Source</h2>

<ul>
<li>COIN-OR CBC : <a href="https://projects.coin-or.org/Cbc" rel="nofollow">https://projects.coin-or.org/Cbc</a></li>
<li>Google GLOP : <a href="https://developers.google.com/optimization" rel="nofollow">https://developers.google.com/optimization</a></li>
</ul>

<h2>Commercial</h2>

<ul>
<li>Gurobi : <a href="https://www.gurobi.com/" rel="nofollow">https://www.gurobi.com/</a></li>
<li>IBM CPLEX : <a href="https://www.ibm.com/analytics/cplex-optimizer" rel="nofollow">https://www.ibm.com/analytics/cplex-optimizer</a></li>
<li>Frontline Solver : <a href="https://www.solver.com/" rel="nofollow">https://www.solver.com/</a></li>
<li>LocalSolver : <a href="https://www.localsolver.com/" rel="nofollow">https://www.localsolver.com/</a></li>
</ul>

<p>Scheduling NFL with Gurobi (<a href="https://youtu.be/njISXhlc1Rw" rel="nofollow">https://youtu.be/njISXhlc1Rw</a>)</p><p>Special Guest: Matthew Crews.</p>]]>
      </itunes:summary>
      <fireside:playerURL>https://fireside.fm/player/v2/vuYLdIIb+S8p00rlu</fireside:playerURL>
      <fireside:playerEmbedCode>
        <![CDATA[<iframe src="https://fireside.fm/player/v2/vuYLdIIb+S8p00rlu" width="740" height="200" frameborder="0" scrolling="no">]]>
      </fireside:playerEmbedCode>
      <podcast:person email="" href="http://stachu.net" role="host">Stachu Korick</podcast:person>
      <podcast:person email="" href="https://matthewcrews.com" role="guest">Matthew Crews</podcast:person>
    </item>
    <item>
      <title>WTF# is Kit Eason?</title>
      <link>https://www.wtfsharp.net/wtfsharp-is-kit-eason</link>
      <guid isPermaLink="false">4254cdfa-a14d-4c5f-8873-91a0c1011672</guid>
      <pubDate>Sun, 07 Feb 2021 17:45:00 -0500</pubDate>
      <author>Stachu Korick</author>
      <enclosure url="https://aphid.fireside.fm/d/1437767933/8504b886-5e40-422f-b79d-66d39aa58528/4254cdfa-a14d-4c5f-8873-91a0c1011672.mp3" length="64841192" type="audio/mpeg"/>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:author>Stachu Korick</itunes:author>
      <itunes:subtitle>In this interview, we talk to Kit Eason, author of Stylish F#, F# from the Ground Up, etc. We cover his background, experience in education, side projects, and plans for future ventures! We also pose a listener challenge, due Feb 21, 2021.</itunes:subtitle>
      <itunes:duration>1:08:53</itunes:duration>
      <itunes:explicit>no</itunes:explicit>
      <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/8/8504b886-5e40-422f-b79d-66d39aa58528/cover.jpg?v=1"/>
      <description>Work with me (Stachu) (https://www.locaisolutions.com/careers)! (shameless plug)
Tartan generator script  (https://github.com/misterspeedy/tartanizer) (for challenge)
F# From the Ground Up (https://www.udemy.com/course/fsharp-from-the-ground-up/?referralCode=6C413CC65FEA81F7CEE7)
Stylish F# (https://www.apress.com/gp/book/9781484239995)
Kit's personal (https://twitter.com/kitlovesfsharp) and tartanizer (https://twitter.com/tartanizer) twitter accounts
Kit's 'Departures' fitbit face (https://gallery.fitbit.com/details/55b22675-65d9-46e0-8788-51d269c2fcf0) (Sense and Versa 3)
Kit's Blog: (https://kiteason.hashnode.dev) 
Other Books Mentioned:
- The Elmish Book - Zaid Ajaj (https://zaid-ajaj.github.io/the-elmish-book/#/)
- Expert F# 4.0 - Don Syme et. al. (https://www.apress.com/gp/book/9781484207413)
- Get Programming with F# - Isaac Abraham (https://www.manning.com/books/get-programming-with-f-sharp)
- Domain Modeling Made Function - Scott Wlaschin (https://pragprog.com/titles/swdddf/domain-modeling-made-functional/) Special Guest: Kit Eason.
</description>
      <content:encoded>
        <![CDATA[<p><a href="https://www.locaisolutions.com/careers" rel="nofollow">Work with me (Stachu)</a>! (shameless plug)</p>

<ul>
<li><a href="https://github.com/misterspeedy/tartanizer" rel="nofollow">Tartan generator script </a> (for challenge)</li>
<li><a href="https://www.udemy.com/course/fsharp-from-the-ground-up/?referralCode=6C413CC65FEA81F7CEE7" rel="nofollow">F# From the Ground Up</a></li>
<li><a href="https://www.apress.com/gp/book/9781484239995" rel="nofollow">Stylish F#</a></li>
<li>Kit&#39;s <a href="https://twitter.com/kitlovesfsharp" rel="nofollow">personal</a> and <a href="https://twitter.com/tartanizer" rel="nofollow">tartanizer</a> twitter accounts</li>
<li><a href="https://gallery.fitbit.com/details/55b22675-65d9-46e0-8788-51d269c2fcf0" rel="nofollow">Kit&#39;s &#39;Departures&#39; fitbit face</a> (Sense and Versa 3)</li>
<li><a href="https://kiteason.hashnode.dev" rel="nofollow">Kit&#39;s Blog:</a> </li>
</ul>

<p><strong>Other Books Mentioned:</strong></p>

<ul>
<li><a href="https://zaid-ajaj.github.io/the-elmish-book/#/" rel="nofollow">The Elmish Book - Zaid Ajaj</a></li>
<li><a href="https://www.apress.com/gp/book/9781484207413" rel="nofollow">Expert F# 4.0 - Don Syme et. al.</a></li>
<li><a href="https://www.manning.com/books/get-programming-with-f-sharp" rel="nofollow">Get Programming with F# - Isaac Abraham</a></li>
<li><a href="https://pragprog.com/titles/swdddf/domain-modeling-made-functional/" rel="nofollow">Domain Modeling Made Function - Scott Wlaschin</a></li>
</ul><p>Special Guest: Kit Eason.</p>]]>
      </content:encoded>
      <itunes:summary>
        <![CDATA[<p><a href="https://www.locaisolutions.com/careers" rel="nofollow">Work with me (Stachu)</a>! (shameless plug)</p>

<ul>
<li><a href="https://github.com/misterspeedy/tartanizer" rel="nofollow">Tartan generator script </a> (for challenge)</li>
<li><a href="https://www.udemy.com/course/fsharp-from-the-ground-up/?referralCode=6C413CC65FEA81F7CEE7" rel="nofollow">F# From the Ground Up</a></li>
<li><a href="https://www.apress.com/gp/book/9781484239995" rel="nofollow">Stylish F#</a></li>
<li>Kit&#39;s <a href="https://twitter.com/kitlovesfsharp" rel="nofollow">personal</a> and <a href="https://twitter.com/tartanizer" rel="nofollow">tartanizer</a> twitter accounts</li>
<li><a href="https://gallery.fitbit.com/details/55b22675-65d9-46e0-8788-51d269c2fcf0" rel="nofollow">Kit&#39;s &#39;Departures&#39; fitbit face</a> (Sense and Versa 3)</li>
<li><a href="https://kiteason.hashnode.dev" rel="nofollow">Kit&#39;s Blog:</a> </li>
</ul>

<p><strong>Other Books Mentioned:</strong></p>

<ul>
<li><a href="https://zaid-ajaj.github.io/the-elmish-book/#/" rel="nofollow">The Elmish Book - Zaid Ajaj</a></li>
<li><a href="https://www.apress.com/gp/book/9781484207413" rel="nofollow">Expert F# 4.0 - Don Syme et. al.</a></li>
<li><a href="https://www.manning.com/books/get-programming-with-f-sharp" rel="nofollow">Get Programming with F# - Isaac Abraham</a></li>
<li><a href="https://pragprog.com/titles/swdddf/domain-modeling-made-functional/" rel="nofollow">Domain Modeling Made Function - Scott Wlaschin</a></li>
</ul><p>Special Guest: Kit Eason.</p>]]>
      </itunes:summary>
      <fireside:playerURL>https://fireside.fm/player/v2/vuYLdIIb+9jBTgH3W</fireside:playerURL>
      <fireside:playerEmbedCode>
        <![CDATA[<iframe src="https://fireside.fm/player/v2/vuYLdIIb+9jBTgH3W" width="740" height="200" frameborder="0" scrolling="no">]]>
      </fireside:playerEmbedCode>
      <podcast:person email="" href="http://stachu.net" role="host">Stachu Korick</podcast:person>
      <podcast:person email="" href="https://kiteason.hashnode.dev" role="guest">Kit Eason</podcast:person>
    </item>
    <item>
      <title>WTF# is Event Sourcing</title>
      <link>https://www.wtfsharp.net/wtf-is-event-sourcing</link>
      <guid isPermaLink="false">f67f4619-5022-471b-9723-30113d51ae09</guid>
      <pubDate>Sun, 11 Aug 2019 14:00:00 -0400</pubDate>
      <author>Stachu Korick</author>
      <enclosure url="https://aphid.fireside.fm/d/1437767933/8504b886-5e40-422f-b79d-66d39aa58528/f67f4619-5022-471b-9723-30113d51ae09.mp3" length="47539083" type="audio/mp3"/>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:author>Stachu Korick</itunes:author>
      <itunes:subtitle>In this episode, we'll cover what Event Sourcing is, what its benefits are, and how F# developers can take advantage of this pattern in *their* applications.

Event Sourcing is an architectural pattern of treating domain events as not only first-class citizens in your code, but treating these events as the source of truth in your application, rather than relying on a traditional database as the source of truth. This pattern allows you to easily project to multiple read models and answer tough business questions years into the project when they're asked.</itunes:subtitle>
      <itunes:duration>1:29:44</itunes:duration>
      <itunes:explicit>no</itunes:explicit>
      <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/8/8504b886-5e40-422f-b79d-66d39aa58528/cover.jpg?v=1"/>
      <description>Links mentioned during our discussion:
- [videos] Roman's Event Sourcing DIY Series (https://www.youtube.com/playlist?list=PL-nSd-yeckKh7Ts5EKChek7iXcgyUGDHa)
- [code] Event Sourcing DIY code (https://github.com/rommsen/EventSourcing-DIY)
- [video] Greg Young's Event Sourcing talk[1] (https://www.youtube.com/watch?v=JHGkaShoyNs)
- [video] Software Development Is Not About Software (https://www.youtube.com/watch?v=5AcYKhB4hu4)
- [book] Domain Modeling Made Functional (https://pragprog.com/book/swdddf/domain-modeling-made-functional)
- [book] Patterns, Principles, and Practices of Domain-Driven Design (https://www.oreilly.com/library/view/patterns-principles-and/9781118714706)
- [conf.] ExploreDDD conference (https://exploreddd.com)
- [conf.] KaDDDinsky conference (https://kandddinsky.de)
[1] This is my favorite tech. talk of all time. I'd highly recommend it! Special Guest: Roman Sachse.
</description>
      <content:encoded>
        <![CDATA[<p>Links mentioned during our discussion:</p>

<ul>
<li>[videos] <a href="https://www.youtube.com/playlist?list=PL-nSd-yeckKh7Ts5EKChek7iXcgyUGDHa" rel="nofollow">Roman&#39;s Event Sourcing DIY Series</a></li>
<li>[code] <a href="https://github.com/rommsen/EventSourcing-DIY" rel="nofollow">Event Sourcing DIY code</a></li>
<li>[video] <a href="https://www.youtube.com/watch?v=JHGkaShoyNs" rel="nofollow">Greg Young&#39;s Event Sourcing talk[1]</a></li>
<li>[video] <a href="https://www.youtube.com/watch?v=5AcYKhB4hu4" rel="nofollow">Software Development Is Not About Software</a></li>
<li>[book] <a href="https://pragprog.com/book/swdddf/domain-modeling-made-functional" rel="nofollow">Domain Modeling Made Functional</a></li>
<li>[book] <a href="https://www.oreilly.com/library/view/patterns-principles-and/9781118714706" rel="nofollow">Patterns, Principles, and Practices of Domain-Driven Design</a></li>
<li>[conf.] <a href="https://exploreddd.com" rel="nofollow">ExploreDDD conference</a></li>
<li>[conf.] <a href="https://kandddinsky.de" rel="nofollow">KaDDDinsky conference</a></li>
</ul>

<p>[1] This is my favorite tech. talk of <strong>all time</strong>. I&#39;d highly recommend it!</p><p>Special Guest: Roman Sachse.</p>]]>
      </content:encoded>
      <itunes:summary>
        <![CDATA[<p>Links mentioned during our discussion:</p>

<ul>
<li>[videos] <a href="https://www.youtube.com/playlist?list=PL-nSd-yeckKh7Ts5EKChek7iXcgyUGDHa" rel="nofollow">Roman&#39;s Event Sourcing DIY Series</a></li>
<li>[code] <a href="https://github.com/rommsen/EventSourcing-DIY" rel="nofollow">Event Sourcing DIY code</a></li>
<li>[video] <a href="https://www.youtube.com/watch?v=JHGkaShoyNs" rel="nofollow">Greg Young&#39;s Event Sourcing talk[1]</a></li>
<li>[video] <a href="https://www.youtube.com/watch?v=5AcYKhB4hu4" rel="nofollow">Software Development Is Not About Software</a></li>
<li>[book] <a href="https://pragprog.com/book/swdddf/domain-modeling-made-functional" rel="nofollow">Domain Modeling Made Functional</a></li>
<li>[book] <a href="https://www.oreilly.com/library/view/patterns-principles-and/9781118714706" rel="nofollow">Patterns, Principles, and Practices of Domain-Driven Design</a></li>
<li>[conf.] <a href="https://exploreddd.com" rel="nofollow">ExploreDDD conference</a></li>
<li>[conf.] <a href="https://kandddinsky.de" rel="nofollow">KaDDDinsky conference</a></li>
</ul>

<p>[1] This is my favorite tech. talk of <strong>all time</strong>. I&#39;d highly recommend it!</p><p>Special Guest: Roman Sachse.</p>]]>
      </itunes:summary>
      <fireside:playerURL>https://fireside.fm/player/v2/vuYLdIIb+twl86viv</fireside:playerURL>
      <fireside:playerEmbedCode>
        <![CDATA[<iframe src="https://fireside.fm/player/v2/vuYLdIIb+twl86viv" width="740" height="200" frameborder="0" scrolling="no">]]>
      </fireside:playerEmbedCode>
      <podcast:person email="" href="http://stachu.net" role="host">Stachu Korick</podcast:person>
      <podcast:person email="" href="" role="guest">Roman Sachse</podcast:person>
    </item>
    <item>
      <title>WTF# is Live Coding?</title>
      <link>https://www.wtfsharp.net/wtf-is-live-coding</link>
      <guid isPermaLink="false">c615fd95-161c-4bf2-bcdb-ce71eb61b39e</guid>
      <pubDate>Thu, 29 Nov 2018 09:00:00 -0500</pubDate>
      <author>Stachu Korick</author>
      <enclosure url="https://aphid.fireside.fm/d/1437767933/8504b886-5e40-422f-b79d-66d39aa58528/c615fd95-161c-4bf2-bcdb-ce71eb61b39e.mp3" length="68527231" type="audio/mp3"/>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:author>Stachu Korick</itunes:author>
      <itunes:subtitle>What is Live Coding?
In this episode, we interview Gareth Hubball for a peek into the world of Live Coding, and his experience creating F# content on his Twitch channel.</itunes:subtitle>
      <itunes:duration>56:17</itunes:duration>
      <itunes:explicit>no</itunes:explicit>
      <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/8/8504b886-5e40-422f-b79d-66d39aa58528/cover.jpg?v=1"/>
      <description>What is Live Coding?
In this episode, we interview Gareth Hubball for a peek into the world of Live Coding, and his experience creating F# content on his Twitch channel.
Gareth, our guest:
- https://twitch.tv/garethhubball
- https://garethhubball.com
- https://twitter.com/GarethHubball
- http://github.com/garethhubball/TwitchDeck
Additional links:
- https://twitch.tv/csharpfritz
- https://twitch.tv/devchatter
- https://obsproject.com/
- https://www.youtube.com/watch?v=pXR1GzKZcps
 Special Guest: Gareth Hubball.
</description>
      <content:encoded>
        <![CDATA[<p>What is Live Coding?<br>
In this episode, we interview Gareth Hubball for a peek into the world of Live Coding, and his experience creating F# content on his Twitch channel.</p>

<p>Gareth, our guest:</p>

<ul>
<li><a href="https://twitch.tv/garethhubball" rel="nofollow">https://twitch.tv/garethhubball</a></li>
<li><a href="https://garethhubball.com" rel="nofollow">https://garethhubball.com</a></li>
<li><a href="https://twitter.com/GarethHubball" rel="nofollow">https://twitter.com/GarethHubball</a></li>
<li><a href="http://github.com/garethhubball/TwitchDeck" rel="nofollow">http://github.com/garethhubball/TwitchDeck</a></li>
</ul>

<p>Additional links:</p>

<ul>
<li><a href="https://twitch.tv/csharpfritz" rel="nofollow">https://twitch.tv/csharpfritz</a></li>
<li><a href="https://twitch.tv/devchatter" rel="nofollow">https://twitch.tv/devchatter</a></li>
<li><a href="https://obsproject.com/" rel="nofollow">https://obsproject.com/</a></li>
<li><a href="https://www.youtube.com/watch?v=pXR1GzKZcps" rel="nofollow">https://www.youtube.com/watch?v=pXR1GzKZcps</a></li>
</ul><p>Special Guest: Gareth Hubball.</p>]]>
      </content:encoded>
      <itunes:summary>
        <![CDATA[<p>What is Live Coding?<br>
In this episode, we interview Gareth Hubball for a peek into the world of Live Coding, and his experience creating F# content on his Twitch channel.</p>

<p>Gareth, our guest:</p>

<ul>
<li><a href="https://twitch.tv/garethhubball" rel="nofollow">https://twitch.tv/garethhubball</a></li>
<li><a href="https://garethhubball.com" rel="nofollow">https://garethhubball.com</a></li>
<li><a href="https://twitter.com/GarethHubball" rel="nofollow">https://twitter.com/GarethHubball</a></li>
<li><a href="http://github.com/garethhubball/TwitchDeck" rel="nofollow">http://github.com/garethhubball/TwitchDeck</a></li>
</ul>

<p>Additional links:</p>

<ul>
<li><a href="https://twitch.tv/csharpfritz" rel="nofollow">https://twitch.tv/csharpfritz</a></li>
<li><a href="https://twitch.tv/devchatter" rel="nofollow">https://twitch.tv/devchatter</a></li>
<li><a href="https://obsproject.com/" rel="nofollow">https://obsproject.com/</a></li>
<li><a href="https://www.youtube.com/watch?v=pXR1GzKZcps" rel="nofollow">https://www.youtube.com/watch?v=pXR1GzKZcps</a></li>
</ul><p>Special Guest: Gareth Hubball.</p>]]>
      </itunes:summary>
      <fireside:playerURL>https://fireside.fm/player/v2/vuYLdIIb+OHoAJCNa</fireside:playerURL>
      <fireside:playerEmbedCode>
        <![CDATA[<iframe src="https://fireside.fm/player/v2/vuYLdIIb+OHoAJCNa" width="740" height="200" frameborder="0" scrolling="no">]]>
      </fireside:playerEmbedCode>
      <podcast:person email="" href="http://stachu.net" role="host">Stachu Korick</podcast:person>
      <podcast:person email="" href="https://garethhubball.com" role="guest">Gareth Hubball</podcast:person>
    </item>
    <item>
      <title>WTF# is Elmish?</title>
      <link>https://www.wtfsharp.net/wtf-is-elmish</link>
      <guid isPermaLink="false">cdf153ca-5509-4b99-86e4-07bee8aa89bf</guid>
      <pubDate>Tue, 27 Nov 2018 08:00:00 -0500</pubDate>
      <author>Stachu Korick</author>
      <enclosure url="https://aphid.fireside.fm/d/1437767933/8504b886-5e40-422f-b79d-66d39aa58528/cdf153ca-5509-4b99-86e4-07bee8aa89bf.mp3" length="67178276" type="audio/mp3"/>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:author>Stachu Korick</itunes:author>
      <itunes:subtitle>Recorded at OpenF#, Alfonso and Kunjan speak with me about Elmish, a library for building web applications on top of Fable, and its surrounding technologies.</itunes:subtitle>
      <itunes:duration>46:18</itunes:duration>
      <itunes:explicit>no</itunes:explicit>
      <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/8/8504b886-5e40-422f-b79d-66d39aa58528/cover.jpg?v=1"/>
      <description>Recorded at OpenF#, Alfonso and Kunjan speak with me about Elmish, a library for building web applications on top of Fable, and its surrounding technologies.
Show notes:
- The Elm language (https://elm-lang.org)
- the Elm architecture (https://guide.elm-lang.org/architecture)
- Elmish (https://github.com/elmish/elmish)
- "Fabulous," Elmish on Xamarin.Forms (https://github.com/fsprojects/Fabulous)
- Fulma, Fable bindings for Bulma (https://mangelmaxime.github.io/Fulma/)
- html-to-elmish (https://mangelmaxime.github.io/html-to-elmish/)
- Tabula Rasa, blog platform written in F# (https://github.com/Zaid-Ajaj/tabula-rasa)
- Fable.Remoting (https://github.com/Zaid-Ajaj/Fable.Remoting)
- Elmish.Bridge (https://github.com/Nhowka/Elmish.Bridge)
 Special Guests: Alfonso Garcia-Caro and Kunjan Dalal.
</description>
      <content:encoded>
        <![CDATA[<p>Recorded at OpenF#, Alfonso and Kunjan speak with me about Elmish, a library for building web applications on top of Fable, and its surrounding technologies.</p>

<p>Show notes:</p>

<ul>
<li><a href="https://elm-lang.org" rel="nofollow">The Elm language</a></li>
<li><a href="https://guide.elm-lang.org/architecture" rel="nofollow">the Elm architecture</a></li>
<li><a href="https://github.com/elmish/elmish" rel="nofollow">Elmish</a></li>
<li><a href="https://github.com/fsprojects/Fabulous" rel="nofollow">&quot;Fabulous,&quot; Elmish on Xamarin.Forms</a></li>
<li><a href="https://mangelmaxime.github.io/Fulma/" rel="nofollow">Fulma, Fable bindings for Bulma</a></li>
<li><a href="https://mangelmaxime.github.io/html-to-elmish/" rel="nofollow">html-to-elmish</a></li>
<li><a href="https://github.com/Zaid-Ajaj/tabula-rasa" rel="nofollow">Tabula Rasa, blog platform written in F#</a></li>
<li><a href="https://github.com/Zaid-Ajaj/Fable.Remoting" rel="nofollow">Fable.Remoting</a></li>
<li><a href="https://github.com/Nhowka/Elmish.Bridge" rel="nofollow">Elmish.Bridge</a></li>
</ul><p>Special Guests: Alfonso Garcia-Caro and Kunjan Dalal.</p>]]>
      </content:encoded>
      <itunes:summary>
        <![CDATA[<p>Recorded at OpenF#, Alfonso and Kunjan speak with me about Elmish, a library for building web applications on top of Fable, and its surrounding technologies.</p>

<p>Show notes:</p>

<ul>
<li><a href="https://elm-lang.org" rel="nofollow">The Elm language</a></li>
<li><a href="https://guide.elm-lang.org/architecture" rel="nofollow">the Elm architecture</a></li>
<li><a href="https://github.com/elmish/elmish" rel="nofollow">Elmish</a></li>
<li><a href="https://github.com/fsprojects/Fabulous" rel="nofollow">&quot;Fabulous,&quot; Elmish on Xamarin.Forms</a></li>
<li><a href="https://mangelmaxime.github.io/Fulma/" rel="nofollow">Fulma, Fable bindings for Bulma</a></li>
<li><a href="https://mangelmaxime.github.io/html-to-elmish/" rel="nofollow">html-to-elmish</a></li>
<li><a href="https://github.com/Zaid-Ajaj/tabula-rasa" rel="nofollow">Tabula Rasa, blog platform written in F#</a></li>
<li><a href="https://github.com/Zaid-Ajaj/Fable.Remoting" rel="nofollow">Fable.Remoting</a></li>
<li><a href="https://github.com/Nhowka/Elmish.Bridge" rel="nofollow">Elmish.Bridge</a></li>
</ul><p>Special Guests: Alfonso Garcia-Caro and Kunjan Dalal.</p>]]>
      </itunes:summary>
      <fireside:playerURL>https://fireside.fm/player/v2/vuYLdIIb+-tviGFwq</fireside:playerURL>
      <fireside:playerEmbedCode>
        <![CDATA[<iframe src="https://fireside.fm/player/v2/vuYLdIIb+-tviGFwq" width="740" height="200" frameborder="0" scrolling="no">]]>
      </fireside:playerEmbedCode>
      <podcast:person email="" href="http://stachu.net" role="host">Stachu Korick</podcast:person>
      <podcast:person email="" href="https://github.com/alfonsogarciacaro" role="guest">Alfonso Garcia-Caro</podcast:person>
      <podcast:person email="" href="https://kunjan.in" role="guest">Kunjan Dalal</podcast:person>
    </item>
    <item>
      <title>WTF# is the SAFE Stack?</title>
      <link>https://www.wtfsharp.net/wtf-is-the-safe-stack</link>
      <guid isPermaLink="false">d8064673-2dfc-4fcb-a9a3-35247e47b548</guid>
      <pubDate>Mon, 23 Jul 2018 22:00:00 -0400</pubDate>
      <author>Stachu Korick</author>
      <enclosure url="https://aphid.fireside.fm/d/1437767933/8504b886-5e40-422f-b79d-66d39aa58528/d8064673-2dfc-4fcb-a9a3-35247e47b548.mp3" length="49128613" type="audio/mp3"/>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:author>Stachu Korick</itunes:author>
      <itunes:subtitle>Don't have enough F# in your web stack? Maybe SAFE is the answer!
SAFE is an application development stack that brings several technologies together into a single, coherent stack for type-safe, flexible, web-enabled applications that can be written almost entirely in F#.</itunes:subtitle>
      <itunes:duration>50:16</itunes:duration>
      <itunes:explicit>no</itunes:explicit>
      <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/8/8504b886-5e40-422f-b79d-66d39aa58528/cover.jpg?v=1"/>
      <description>Intro Notes
F# Exchange 2018 videos (https://skillsmatter.com/conferences/9419-f-sharp-exchange-2018#skillscasts)
F# Foundation (https://fsharp.org)
Upcoming conferences
- Open F# (http://openfsharp.org)
- FableConf and RemmiDemmi (http://fable.io/fableconf/)
Main Notes
SAFE Stack Website (http://safe-stack.github.io)
SAFE, broken down
- Saturn (https://github.com/SaturnFramework/Saturn)
- Azure (https://azure.microsoft.com)
- Fable (http://fable.io)
- Elmish (https://elmish.github.io)
Some related technologies: 
- Fable.Remoting (https://github.com/Zaid-Ajaj/Fable.Remoting)
- Elmish.Bridge (https://github.com/Nhowka/Elmish.Bridge)
Getting started (https://safe-stack.github.io/docs/learning/)
Watch this talk! (https://skillsmatter.com/skillscasts/11308-safe-apps-with-f-web-stack)
Getting support
- #web channel in F# Slack (https://fsharp.org/guides/slack/)
- SAFE Stack Twitter account (https://twitter.com/safe_stack)
- F# forums (https://forums.fsharp.org)
Get Isaac's F# book (https://www.manning.com/books/get-programming-with-f-sharp) 40% off with code ctwwtf:  Special Guest: Isaac Abraham.
</description>
      <content:encoded>
        <![CDATA[<h3>Intro Notes</h3>

<p><a href="https://skillsmatter.com/conferences/9419-f-sharp-exchange-2018#skillscasts" rel="nofollow">F# Exchange 2018 videos</a></p>

<p><a href="https://fsharp.org" rel="nofollow">F# Foundation</a></p>

<p>Upcoming conferences</p>

<ul>
<li><a href="http://openfsharp.org" rel="nofollow">Open F#</a></li>
<li><a href="http://fable.io/fableconf/" rel="nofollow">FableConf and RemmiDemmi</a></li>
</ul>

<h3>Main Notes</h3>

<p><a href="http://safe-stack.github.io" rel="nofollow"><strong>SAFE</strong> Stack Website</a></p>

<p>SAFE, broken down</p>

<ul>
<li><a href="https://github.com/SaturnFramework/Saturn" rel="nofollow">Saturn</a></li>
<li><a href="https://azure.microsoft.com" rel="nofollow">Azure</a></li>
<li><a href="http://fable.io" rel="nofollow">Fable</a></li>
<li><a href="https://elmish.github.io" rel="nofollow">Elmish</a></li>
</ul>

<p>Some related technologies: </p>

<ul>
<li><a href="https://github.com/Zaid-Ajaj/Fable.Remoting" rel="nofollow">Fable.Remoting</a></li>
<li><a href="https://github.com/Nhowka/Elmish.Bridge" rel="nofollow">Elmish.Bridge</a></li>
</ul>

<p><a href="https://safe-stack.github.io/docs/learning/" rel="nofollow">Getting started</a><br>
<a href="https://skillsmatter.com/skillscasts/11308-safe-apps-with-f-web-stack" rel="nofollow">Watch this talk!</a></p>

<p>Getting support</p>

<ul>
<li>#web channel in <a href="https://fsharp.org/guides/slack/" rel="nofollow">F# Slack</a></li>
<li><a href="https://twitter.com/safe_stack" rel="nofollow">SAFE Stack Twitter account</a></li>
<li><a href="https://forums.fsharp.org" rel="nofollow">F# forums</a></li>
</ul>

<p>Get <a href="https://www.manning.com/books/get-programming-with-f-sharp" rel="nofollow">Isaac&#39;s F# book</a> 40% off with code <code>ctwwtf</code>: </p><p>Special Guest: Isaac Abraham.</p>]]>
      </content:encoded>
      <itunes:summary>
        <![CDATA[<h3>Intro Notes</h3>

<p><a href="https://skillsmatter.com/conferences/9419-f-sharp-exchange-2018#skillscasts" rel="nofollow">F# Exchange 2018 videos</a></p>

<p><a href="https://fsharp.org" rel="nofollow">F# Foundation</a></p>

<p>Upcoming conferences</p>

<ul>
<li><a href="http://openfsharp.org" rel="nofollow">Open F#</a></li>
<li><a href="http://fable.io/fableconf/" rel="nofollow">FableConf and RemmiDemmi</a></li>
</ul>

<h3>Main Notes</h3>

<p><a href="http://safe-stack.github.io" rel="nofollow"><strong>SAFE</strong> Stack Website</a></p>

<p>SAFE, broken down</p>

<ul>
<li><a href="https://github.com/SaturnFramework/Saturn" rel="nofollow">Saturn</a></li>
<li><a href="https://azure.microsoft.com" rel="nofollow">Azure</a></li>
<li><a href="http://fable.io" rel="nofollow">Fable</a></li>
<li><a href="https://elmish.github.io" rel="nofollow">Elmish</a></li>
</ul>

<p>Some related technologies: </p>

<ul>
<li><a href="https://github.com/Zaid-Ajaj/Fable.Remoting" rel="nofollow">Fable.Remoting</a></li>
<li><a href="https://github.com/Nhowka/Elmish.Bridge" rel="nofollow">Elmish.Bridge</a></li>
</ul>

<p><a href="https://safe-stack.github.io/docs/learning/" rel="nofollow">Getting started</a><br>
<a href="https://skillsmatter.com/skillscasts/11308-safe-apps-with-f-web-stack" rel="nofollow">Watch this talk!</a></p>

<p>Getting support</p>

<ul>
<li>#web channel in <a href="https://fsharp.org/guides/slack/" rel="nofollow">F# Slack</a></li>
<li><a href="https://twitter.com/safe_stack" rel="nofollow">SAFE Stack Twitter account</a></li>
<li><a href="https://forums.fsharp.org" rel="nofollow">F# forums</a></li>
</ul>

<p>Get <a href="https://www.manning.com/books/get-programming-with-f-sharp" rel="nofollow">Isaac&#39;s F# book</a> 40% off with code <code>ctwwtf</code>: </p><p>Special Guest: Isaac Abraham.</p>]]>
      </itunes:summary>
      <fireside:playerURL>https://fireside.fm/player/v2/vuYLdIIb+VKePIFVC</fireside:playerURL>
      <fireside:playerEmbedCode>
        <![CDATA[<iframe src="https://fireside.fm/player/v2/vuYLdIIb+VKePIFVC" width="740" height="200" frameborder="0" scrolling="no">]]>
      </fireside:playerEmbedCode>
      <podcast:person email="" href="http://stachu.net" role="host">Stachu Korick</podcast:person>
      <podcast:person email="" href="https://cockneycoder.wordpress.com/" role="guest">Isaac Abraham</podcast:person>
    </item>
    <item>
      <title>WTF# is the F# Mentorship Program?</title>
      <link>https://www.wtfsharp.net/wtf-is-fs-mentorship-program</link>
      <guid isPermaLink="false">5ab15087-fdf0-4d30-8273-19d34f712bf7</guid>
      <pubDate>Wed, 21 Mar 2018 20:00:00 -0400</pubDate>
      <author>Stachu Korick</author>
      <enclosure url="https://aphid.fireside.fm/d/1437767933/8504b886-5e40-422f-b79d-66d39aa58528/5ab15087-fdf0-4d30-8273-19d34f712bf7.mp3" length="32259194" type="audio/mp3"/>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:author>Stachu Korick</itunes:author>
      <itunes:subtitle>In this episode, we talk to Gien Verschatse about the F# Mentorship Program and how she operates within the F# Foundation. </itunes:subtitle>
      <itunes:duration>43:36</itunes:duration>
      <itunes:explicit>no</itunes:explicit>
      <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/8/8504b886-5e40-422f-b79d-66d39aa58528/cover.jpg?v=1"/>
      <description>In this episode, we talk to Gien Verschatse about the F# Mentorship Program and how she operates within the F# Foundation. 
Relevant links:
- F# Mentorship Program: http://fsharp.org/mentorship/index.html
- F# Education Group: https://twitter.com/fsharpedu
- Gien's Twitter: https://twitter.com/selketjah Special Guest: Gien Verschatse.
</description>
      <content:encoded>
        <![CDATA[<p>In this episode, we talk to Gien Verschatse about the F# Mentorship Program and how she operates within the F# Foundation. </p>

<p>Relevant links:</p>

<ul>
<li>F# Mentorship Program: <a href="http://fsharp.org/mentorship/index.html" rel="nofollow">http://fsharp.org/mentorship/index.html</a></li>
<li>F# Education Group: <a href="https://twitter.com/fsharpedu" rel="nofollow">https://twitter.com/fsharpedu</a></li>
<li>Gien&#39;s Twitter: <a href="https://twitter.com/selketjah" rel="nofollow">https://twitter.com/selketjah</a></li>
</ul><p>Special Guest: Gien Verschatse.</p>]]>
      </content:encoded>
      <itunes:summary>
        <![CDATA[<p>In this episode, we talk to Gien Verschatse about the F# Mentorship Program and how she operates within the F# Foundation. </p>

<p>Relevant links:</p>

<ul>
<li>F# Mentorship Program: <a href="http://fsharp.org/mentorship/index.html" rel="nofollow">http://fsharp.org/mentorship/index.html</a></li>
<li>F# Education Group: <a href="https://twitter.com/fsharpedu" rel="nofollow">https://twitter.com/fsharpedu</a></li>
<li>Gien&#39;s Twitter: <a href="https://twitter.com/selketjah" rel="nofollow">https://twitter.com/selketjah</a></li>
</ul><p>Special Guest: Gien Verschatse.</p>]]>
      </itunes:summary>
      <fireside:playerURL>https://fireside.fm/player/v2/vuYLdIIb+X3zBzcI2</fireside:playerURL>
      <fireside:playerEmbedCode>
        <![CDATA[<iframe src="https://fireside.fm/player/v2/vuYLdIIb+X3zBzcI2" width="740" height="200" frameborder="0" scrolling="no">]]>
      </fireside:playerEmbedCode>
      <podcast:person email="" href="http://stachu.net" role="host">Stachu Korick</podcast:person>
      <podcast:person email="" href="http://selketjah.com/" role="guest">Gien Verschatse</podcast:person>
    </item>
    <item>
      <title>WTF# is Concurrency?</title>
      <link>https://www.wtfsharp.net/wtf-is-concurrency</link>
      <guid isPermaLink="false">91ed681c-228e-4a92-b5f2-a40d64c301e0</guid>
      <pubDate>Sat, 10 Feb 2018 13:00:00 -0500</pubDate>
      <author>Stachu Korick</author>
      <enclosure url="https://aphid.fireside.fm/d/1437767933/8504b886-5e40-422f-b79d-66d39aa58528/91ed681c-228e-4a92-b5f2-a40d64c301e0.mp3" length="46972339" type="audio/mp3"/>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:author>Stachu Korick</itunes:author>
      <itunes:subtitle>In this episode, we discuss Riccardo Terrell's new book: Concurrency in .NET, published by Manning, and explore all relevant topics.</itunes:subtitle>
      <itunes:duration>1:02:05</itunes:duration>
      <itunes:explicit>no</itunes:explicit>
      <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/8/8504b886-5e40-422f-b79d-66d39aa58528/cover.jpg?v=1"/>
      <description>&lt;p&gt;
In this episode, we discuss Riccardo Terrell's new book: Concurrency in .NET, published by Manning, and explore all relevant topics.
&lt;/p&gt;
&lt;p&gt;
Riccardo's book can be found &lt;a target="_blank" href="https://www.manning.com/books/concurrency-in-dotnet"&gt;here&lt;/a&gt;  
and discount code &lt;code&gt;condotnet40&lt;/code&gt; can be applied for 40% off!
&lt;/p&gt; Special Guest: Riccardo Terrell.
</description>
      <content:encoded>
        <![CDATA[<p>
In this episode, we discuss Riccardo Terrell's new book: Concurrency in .NET, published by Manning, and explore all relevant topics.
</p>

<p>
Riccardo's book can be found <a target="_blank" href="https://www.manning.com/books/concurrency-in-dotnet">here</a>  
and discount code <code>condotnet40</code> can be applied for 40% off!
</p><p>Special Guest: Riccardo Terrell.</p>]]>
      </content:encoded>
      <itunes:summary>
        <![CDATA[<p>
In this episode, we discuss Riccardo Terrell's new book: Concurrency in .NET, published by Manning, and explore all relevant topics.
</p>

<p>
Riccardo's book can be found <a target="_blank" href="https://www.manning.com/books/concurrency-in-dotnet">here</a>  
and discount code <code>condotnet40</code> can be applied for 40% off!
</p><p>Special Guest: Riccardo Terrell.</p>]]>
      </itunes:summary>
      <fireside:playerURL>https://fireside.fm/player/v2/vuYLdIIb+utGfGDnu</fireside:playerURL>
      <fireside:playerEmbedCode>
        <![CDATA[<iframe src="https://fireside.fm/player/v2/vuYLdIIb+utGfGDnu" width="740" height="200" frameborder="0" scrolling="no">]]>
      </fireside:playerEmbedCode>
      <podcast:person email="" href="http://stachu.net" role="host">Stachu Korick</podcast:person>
      <podcast:person email="" href="http://www.rickyterrell.com" role="guest">Riccardo Terrell</podcast:person>
    </item>
    <item>
      <title>WTF# is Fable?</title>
      <link>https://www.wtfsharp.net/wtf-is-fable</link>
      <guid isPermaLink="false">3ccfbadc-3099-4dd0-ae5a-fd8c3d41ae73</guid>
      <pubDate>Mon, 04 Dec 2017 22:15:00 -0500</pubDate>
      <author>Stachu Korick</author>
      <enclosure url="https://aphid.fireside.fm/d/1437767933/8504b886-5e40-422f-b79d-66d39aa58528/3ccfbadc-3099-4dd0-ae5a-fd8c3d41ae73.mp3" length="30786170" type="audio/mp3"/>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:author>Stachu Korick</itunes:author>
      <itunes:subtitle></itunes:subtitle>
      <itunes:duration>40:43</itunes:duration>
      <itunes:explicit>no</itunes:explicit>
      <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/8/8504b886-5e40-422f-b79d-66d39aa58528/cover.jpg?v=1"/>
      <description>In this episode, we explore Fable, a F# -&gt; JS compiler that plays extremely well with the JS ecosystem.
Show notes: https://dynalist.io/d/VGJqmjSHPn18dKcN7SESP0JC
Please contact me at hello@stachu.net with any feedback or questions you may have. 
</description>
      <content:encoded>
        <![CDATA[<p>In this episode, we explore Fable, a F# -&gt; JS compiler that plays <em>extremely</em> well with the JS ecosystem.</p>

<p>Show notes: <a href="https://dynalist.io/d/VGJqmjSHPn18dKcN7SESP0JC" rel="nofollow">https://dynalist.io/d/VGJqmjSHPn18dKcN7SESP0JC</a></p>

<p>Please contact me at <a href="mailto:hello@stachu.net" rel="nofollow">hello@stachu.net</a> with any feedback or questions you may have.</p>]]>
      </content:encoded>
      <itunes:summary>
        <![CDATA[<p>In this episode, we explore Fable, a F# -&gt; JS compiler that plays <em>extremely</em> well with the JS ecosystem.</p>

<p>Show notes: <a href="https://dynalist.io/d/VGJqmjSHPn18dKcN7SESP0JC" rel="nofollow">https://dynalist.io/d/VGJqmjSHPn18dKcN7SESP0JC</a></p>

<p>Please contact me at <a href="mailto:hello@stachu.net" rel="nofollow">hello@stachu.net</a> with any feedback or questions you may have.</p>]]>
      </itunes:summary>
      <fireside:playerURL>https://fireside.fm/player/v2/vuYLdIIb+y5kc7G2K</fireside:playerURL>
      <fireside:playerEmbedCode>
        <![CDATA[<iframe src="https://fireside.fm/player/v2/vuYLdIIb+y5kc7G2K" width="740" height="200" frameborder="0" scrolling="no">]]>
      </fireside:playerEmbedCode>
      <podcast:person email="" href="http://stachu.net" role="host">Stachu Korick</podcast:person>
    </item>
  </channel>
</rss>
