<?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:fireside="http://fireside.fm/modules/rss/fireside">
  <channel>
    <fireside:hostname>web01.fireside.fm</fireside:hostname>
    <fireside:genDate>Wed, 08 Apr 2026 15:17:30 -0500</fireside:genDate>
    <generator>Fireside (https://fireside.fm)</generator>
    <title>Thinking Elixir Podcast - Episodes Tagged with “Cross Compiling”</title>
    <link>https://podcast.thinkingelixir.com/tags/cross-compiling</link>
    <pubDate>Tue, 25 Jan 2022 04:15:00 -0700</pubDate>
    <description>The Thinking Elixir podcast is a weekly show where we talk about the Elixir programming language and the community around it. We cover news and interview guests to learn more about projects and developments in the community.
Whether you are already experienced with Elixir or just exploring the language, this show is created with you in mind. We discuss community news, Functional Programming, transitioning from OOP, coding conventions, and more.
Guests visit the show to help challenge our assumptions, learn about new developments and grow in the process.
Subscribe to join us on this journey!
</description>
    <language>en-us</language>
    <itunes:type>episodic</itunes:type>
    <itunes:subtitle>News and interviews for the Elixir community</itunes:subtitle>
    <itunes:author>ThinkingElixir.com</itunes:author>
    <itunes:summary>The Thinking Elixir podcast is a weekly show where we talk about the Elixir programming language and the community around it. We cover news and interview guests to learn more about projects and developments in the community.
Whether you are already experienced with Elixir or just exploring the language, this show is created with you in mind. We discuss community news, Functional Programming, transitioning from OOP, coding conventions, and more.
Guests visit the show to help challenge our assumptions, learn about new developments and grow in the process.
Subscribe to join us on this journey!
</itunes:summary>
    <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/8/811c9756-babe-40ac-8c25-b3bb24e522e0/cover.jpg?v=2"/>
    <itunes:explicit>no</itunes:explicit>
    <itunes:keywords>elixir, programming, web, clustering, phoenix, liveview, news, developer</itunes:keywords>
    <itunes:owner>
      <itunes:name>ThinkingElixir.com</itunes:name>
      <itunes:email>podcast@thinkingelixir.com</itunes:email>
    </itunes:owner>
<itunes:category text="Education">
  <itunes:category text="How To"/>
</itunes:category>
<itunes:category text="News">
  <itunes:category text="Tech News"/>
</itunes:category>
<itunes:category text="Technology"/>
<item>
  <title>83: Zig and Zigler with Isaac Yonemoto</title>
  <link>https://podcast.thinkingelixir.com/83</link>
  <guid isPermaLink="false">219a12ba-a886-4a39-9498-cac49c91f878</guid>
  <pubDate>Tue, 25 Jan 2022 04:15:00 -0700</pubDate>
  <author>ThinkingElixir.com</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/811c9756-babe-40ac-8c25-b3bb24e522e0/219a12ba-a886-4a39-9498-cac49c91f878.mp3" length="33132544" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>ThinkingElixir.com</itunes:author>
  <itunes:subtitle>Isaac Yonemoto joins us to talk about Zig and Isaac's library Zigler. We learn where they both come from and discuss where the native, cross-compiling, NIF tool might go next and more!</itunes:subtitle>
  <itunes:duration>45:43</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/8/811c9756-babe-40ac-8c25-b3bb24e522e0/cover.jpg?v=2"/>
  <description>We talk with Isaac Yonemoto about the Zig language and his Zigler Elixir library. We learn where Zig came from, why it is capturing people's interest, and how Zigler makes it easy to write native, cross-compiled NIFs in Elixir! At the end we shift into talking about his OpenAPI Elixir project that comes at the problem from a different direction than others. A fun get-to-know-you with Isaac and a great look into Zig and where it might go with Elixir in the future.
Show Notes online - http://podcast.thinkingelixir.com/83 (http://podcast.thinkingelixir.com/83)
Elixir Community News
- https://gleam.run/news/gleam-v0.19-released/ (https://gleam.run/news/gleam-v0.19-released/) – Gleam release v0.19 enables publishing Gleam packages to Hex as Erlang libraries.
- https://github.com/gleam-lang/mix_gleam (https://github.com/gleam-lang/mix_gleam) – Mix Gleam makes it easier to integrate Gleam into your Elixir project
- Brooklin Myers joined DockYard as a full time employee to help build an open Elixir bootcamp.
- https://github.com/lpil/thoas/ (https://github.com/lpil/thoas/) – Jason library ported to Erlang
- https://www.irif.fr/~gc/stageElixir.en.html (https://www.irif.fr/~gc/stageElixir.en.html) – Masters project working to add "Set-theoretic types" to Elixir
- https://github.com/nvim-treesitter/nvim-treesitter/issues/1957 (https://github.com/nvim-treesitter/nvim-treesitter/issues/1957) – Neovim performance impact from tree-sitter regression
- https://github.com/tree-sitter/tree-sitter/issues/1510 (https://github.com/tree-sitter/tree-sitter/issues/1510) – Link to the tree-sitter issue
- https://twitter.com/pragprog/status/1481287351376629766 (https://twitter.com/pragprog/status/1481287351376629766) – The Elixir and Nerves book "Build a Weather Station with Elixir and Nerves" is now out of beta and available at PragProg
- https://www.lambdadays.org/lambdadays2022/#register (https://www.lambdadays.org/lambdadays2022/#register) – LambdaDays rescheduled dates are Thu, 28 Jul 2022 - Fri, 29 Jul 2022
- https://github.com/livebook-dev/kino/issues/72 (https://github.com/livebook-dev/kino/issues/72) – Using Livebook for interviewing
- https://podcast.thinkingelixir.com/75 (https://podcast.thinkingelixir.com/75) – Our interview with Dave Lucia at SimpleBet
Do you have some Elixir news to share? Tell us at @ThinkingElixir (https://twitter.com/ThinkingElixir) or email at show@thinkingelixir.com (mailto:show@thinkingelixir.com)
Discussion Resources
- https://twitter.com/DNAutics/status/1425819709895806976 (https://twitter.com/DNAutics/status/1425819709895806976)
- https://ziglang.org/ (https://ziglang.org/)
- https://github.com/ityonemo/zigler (https://github.com/ityonemo/zigler)
- https://www.youtube.com/watch?v=lDfjdGva3NE&amp;amp;list=PLqj39LCvnOWZna91xJ_i44g3rx4Brbpnv&amp;amp;index=31 (https://www.youtube.com/watch?v=lDfjdGva3NE&amp;amp;list=PLqj39LCvnOWZna91xJ_i44g3rx4Brbpnv&amp;amp;index=31) – Isaac's Elixir Conf 2021 Presentation about Zig
- https://julialang.org/ (https://julialang.org/)
- https://www.ruby-lang.org/en/ (https://www.ruby-lang.org/en/)
- https://llvm.org/ (https://llvm.org/)
- https://gcc.gnu.org/ (https://gcc.gnu.org/)
- https://andrewkelley.me/post/zig-cc-powerful-drop-in-replacement-gcc-clang.html (https://andrewkelley.me/post/zig-cc-powerful-drop-in-replacement-gcc-clang.html)
- https://gohugo.io/ (https://gohugo.io/)
- https://www.openapis.org/ (https://www.openapis.org/)
- https://www.merriam-webster.com/dictionary/apiarist (https://www.merriam-webster.com/dictionary/apiarist)
- https://github.com/ityonemo/exonerate (https://github.com/ityonemo/exonerate)
- https://hexdocs.pm/exonerate/Exonerate.html (https://hexdocs.pm/exonerate/Exonerate.html)
Guest Information
- https://twitter.com/DNAutics (https://twitter.com/DNAutics) – on Twitter
- https://github.com/ityonemo/ (https://github.com/ityonemo/) – on Github
- https://www.youtube.com/channel/UCarZZW7eavljSdGRQx9kkSA/featured (https://www.youtube.com/channel/UCarZZW7eavljSdGRQx9kkSA/featured) – Isaac's YouTube channel
Find us online
- Message the show - @ThinkingElixir (https://twitter.com/ThinkingElixir)
- Email the show - show@thinkingelixir.com (mailto:show@thinkingelixir.com)
- Mark Ericksen - @brainlid (https://twitter.com/brainlid)
- David Bernheisel - @bernheisel (https://twitter.com/bernheisel)
- Cade Ward - @cadebward (https://twitter.com/cadebward) 
</description>
  <itunes:keywords>elixir, zig, zigler, cross-compile, openapi, erlang, nifs, webasm</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>We talk with Isaac Yonemoto about the Zig language and his Zigler Elixir library. We learn where Zig came from, why it is capturing people&#39;s interest, and how Zigler makes it easy to write native, cross-compiled NIFs in Elixir! At the end we shift into talking about his OpenAPI Elixir project that comes at the problem from a different direction than others. A fun get-to-know-you with Isaac and a great look into Zig and where it might go with Elixir in the future.</p>

<p>Show Notes online - <a href="http://podcast.thinkingelixir.com/83" rel="nofollow">http://podcast.thinkingelixir.com/83</a></p>

<p><strong>Elixir Community News</strong></p>

<ul>
<li><a href="https://gleam.run/news/gleam-v0.19-released/" rel="nofollow">https://gleam.run/news/gleam-v0.19-released/</a> – Gleam release v0.19 enables publishing Gleam packages to Hex as Erlang libraries.</li>
<li><a href="https://github.com/gleam-lang/mix_gleam" rel="nofollow">https://github.com/gleam-lang/mix_gleam</a> – Mix Gleam makes it easier to integrate Gleam into your Elixir project</li>
<li>Brooklin Myers joined DockYard as a full time employee to help build an open Elixir bootcamp.</li>
<li><a href="https://github.com/lpil/thoas/" rel="nofollow">https://github.com/lpil/thoas/</a> – Jason library ported to Erlang</li>
<li><a href="https://www.irif.fr/%7Egc/stageElixir.en.html" rel="nofollow">https://www.irif.fr/~gc/stageElixir.en.html</a> – Masters project working to add &quot;Set-theoretic types&quot; to Elixir</li>
<li><a href="https://github.com/nvim-treesitter/nvim-treesitter/issues/1957" rel="nofollow">https://github.com/nvim-treesitter/nvim-treesitter/issues/1957</a> – Neovim performance impact from tree-sitter regression</li>
<li><a href="https://github.com/tree-sitter/tree-sitter/issues/1510" rel="nofollow">https://github.com/tree-sitter/tree-sitter/issues/1510</a> – Link to the tree-sitter issue</li>
<li><a href="https://twitter.com/pragprog/status/1481287351376629766" rel="nofollow">https://twitter.com/pragprog/status/1481287351376629766</a> – The Elixir and Nerves book &quot;Build a Weather Station with Elixir and Nerves&quot; is now out of beta and available at PragProg</li>
<li><a href="https://www.lambdadays.org/lambdadays2022/#register" rel="nofollow">https://www.lambdadays.org/lambdadays2022/#register</a> – LambdaDays rescheduled dates are Thu, 28 Jul 2022 - Fri, 29 Jul 2022</li>
<li><a href="https://github.com/livebook-dev/kino/issues/72" rel="nofollow">https://github.com/livebook-dev/kino/issues/72</a> – Using Livebook for interviewing</li>
<li><a href="https://podcast.thinkingelixir.com/75" rel="nofollow">https://podcast.thinkingelixir.com/75</a> – Our interview with Dave Lucia at SimpleBet</li>
</ul>

<p>Do you have some Elixir news to share? Tell us at <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a> or email at <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></p>

<p><strong>Discussion Resources</strong></p>

<ul>
<li><a href="https://twitter.com/DNAutics/status/1425819709895806976" rel="nofollow">https://twitter.com/DNAutics/status/1425819709895806976</a></li>
<li><a href="https://ziglang.org/" rel="nofollow">https://ziglang.org/</a></li>
<li><a href="https://github.com/ityonemo/zigler" rel="nofollow">https://github.com/ityonemo/zigler</a></li>
<li><a href="https://www.youtube.com/watch?v=lDfjdGva3NE&list=PLqj39LCvnOWZna91xJ_i44g3rx4Brbpnv&index=31" rel="nofollow">https://www.youtube.com/watch?v=lDfjdGva3NE&amp;list=PLqj39LCvnOWZna91xJ_i44g3rx4Brbpnv&amp;index=31</a> – Isaac&#39;s Elixir Conf 2021 Presentation about Zig</li>
<li><a href="https://julialang.org/" rel="nofollow">https://julialang.org/</a></li>
<li><a href="https://www.ruby-lang.org/en/" rel="nofollow">https://www.ruby-lang.org/en/</a></li>
<li><a href="https://llvm.org/" rel="nofollow">https://llvm.org/</a></li>
<li><a href="https://gcc.gnu.org/" rel="nofollow">https://gcc.gnu.org/</a></li>
<li><a href="https://andrewkelley.me/post/zig-cc-powerful-drop-in-replacement-gcc-clang.html" rel="nofollow">https://andrewkelley.me/post/zig-cc-powerful-drop-in-replacement-gcc-clang.html</a></li>
<li><a href="https://gohugo.io/" rel="nofollow">https://gohugo.io/</a></li>
<li><a href="https://www.openapis.org/" rel="nofollow">https://www.openapis.org/</a></li>
<li><a href="https://www.merriam-webster.com/dictionary/apiarist" rel="nofollow">https://www.merriam-webster.com/dictionary/apiarist</a></li>
<li><a href="https://github.com/ityonemo/exonerate" rel="nofollow">https://github.com/ityonemo/exonerate</a></li>
<li><a href="https://hexdocs.pm/exonerate/Exonerate.html" rel="nofollow">https://hexdocs.pm/exonerate/Exonerate.html</a></li>
</ul>

<p><strong>Guest Information</strong></p>

<ul>
<li><a href="https://twitter.com/DNAutics" rel="nofollow">https://twitter.com/DNAutics</a> – on Twitter</li>
<li><a href="https://github.com/ityonemo/" rel="nofollow">https://github.com/ityonemo/</a> – on Github</li>
<li><a href="https://www.youtube.com/channel/UCarZZW7eavljSdGRQx9kkSA/featured" rel="nofollow">https://www.youtube.com/channel/UCarZZW7eavljSdGRQx9kkSA/featured</a> – Isaac&#39;s YouTube channel</li>
</ul>

<p><strong>Find us online</strong></p>

<ul>
<li>Message the show - <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a></li>
<li>Email the show - <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></li>
<li>Mark Ericksen - <a href="https://twitter.com/brainlid" rel="nofollow">@brainlid</a></li>
<li>David Bernheisel - <a href="https://twitter.com/bernheisel" rel="nofollow">@bernheisel</a></li>
<li>Cade Ward - <a href="https://twitter.com/cadebward" rel="nofollow">@cadebward</a></li>
</ul><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://fly.io">Fly.io</a>: <a rel="nofollow" href="https://fly.io">Fly.io is a great place to deploy your next Phoenix application! Check them out!</a></li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>We talk with Isaac Yonemoto about the Zig language and his Zigler Elixir library. We learn where Zig came from, why it is capturing people&#39;s interest, and how Zigler makes it easy to write native, cross-compiled NIFs in Elixir! At the end we shift into talking about his OpenAPI Elixir project that comes at the problem from a different direction than others. A fun get-to-know-you with Isaac and a great look into Zig and where it might go with Elixir in the future.</p>

<p>Show Notes online - <a href="http://podcast.thinkingelixir.com/83" rel="nofollow">http://podcast.thinkingelixir.com/83</a></p>

<p><strong>Elixir Community News</strong></p>

<ul>
<li><a href="https://gleam.run/news/gleam-v0.19-released/" rel="nofollow">https://gleam.run/news/gleam-v0.19-released/</a> – Gleam release v0.19 enables publishing Gleam packages to Hex as Erlang libraries.</li>
<li><a href="https://github.com/gleam-lang/mix_gleam" rel="nofollow">https://github.com/gleam-lang/mix_gleam</a> – Mix Gleam makes it easier to integrate Gleam into your Elixir project</li>
<li>Brooklin Myers joined DockYard as a full time employee to help build an open Elixir bootcamp.</li>
<li><a href="https://github.com/lpil/thoas/" rel="nofollow">https://github.com/lpil/thoas/</a> – Jason library ported to Erlang</li>
<li><a href="https://www.irif.fr/%7Egc/stageElixir.en.html" rel="nofollow">https://www.irif.fr/~gc/stageElixir.en.html</a> – Masters project working to add &quot;Set-theoretic types&quot; to Elixir</li>
<li><a href="https://github.com/nvim-treesitter/nvim-treesitter/issues/1957" rel="nofollow">https://github.com/nvim-treesitter/nvim-treesitter/issues/1957</a> – Neovim performance impact from tree-sitter regression</li>
<li><a href="https://github.com/tree-sitter/tree-sitter/issues/1510" rel="nofollow">https://github.com/tree-sitter/tree-sitter/issues/1510</a> – Link to the tree-sitter issue</li>
<li><a href="https://twitter.com/pragprog/status/1481287351376629766" rel="nofollow">https://twitter.com/pragprog/status/1481287351376629766</a> – The Elixir and Nerves book &quot;Build a Weather Station with Elixir and Nerves&quot; is now out of beta and available at PragProg</li>
<li><a href="https://www.lambdadays.org/lambdadays2022/#register" rel="nofollow">https://www.lambdadays.org/lambdadays2022/#register</a> – LambdaDays rescheduled dates are Thu, 28 Jul 2022 - Fri, 29 Jul 2022</li>
<li><a href="https://github.com/livebook-dev/kino/issues/72" rel="nofollow">https://github.com/livebook-dev/kino/issues/72</a> – Using Livebook for interviewing</li>
<li><a href="https://podcast.thinkingelixir.com/75" rel="nofollow">https://podcast.thinkingelixir.com/75</a> – Our interview with Dave Lucia at SimpleBet</li>
</ul>

<p>Do you have some Elixir news to share? Tell us at <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a> or email at <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></p>

<p><strong>Discussion Resources</strong></p>

<ul>
<li><a href="https://twitter.com/DNAutics/status/1425819709895806976" rel="nofollow">https://twitter.com/DNAutics/status/1425819709895806976</a></li>
<li><a href="https://ziglang.org/" rel="nofollow">https://ziglang.org/</a></li>
<li><a href="https://github.com/ityonemo/zigler" rel="nofollow">https://github.com/ityonemo/zigler</a></li>
<li><a href="https://www.youtube.com/watch?v=lDfjdGva3NE&list=PLqj39LCvnOWZna91xJ_i44g3rx4Brbpnv&index=31" rel="nofollow">https://www.youtube.com/watch?v=lDfjdGva3NE&amp;list=PLqj39LCvnOWZna91xJ_i44g3rx4Brbpnv&amp;index=31</a> – Isaac&#39;s Elixir Conf 2021 Presentation about Zig</li>
<li><a href="https://julialang.org/" rel="nofollow">https://julialang.org/</a></li>
<li><a href="https://www.ruby-lang.org/en/" rel="nofollow">https://www.ruby-lang.org/en/</a></li>
<li><a href="https://llvm.org/" rel="nofollow">https://llvm.org/</a></li>
<li><a href="https://gcc.gnu.org/" rel="nofollow">https://gcc.gnu.org/</a></li>
<li><a href="https://andrewkelley.me/post/zig-cc-powerful-drop-in-replacement-gcc-clang.html" rel="nofollow">https://andrewkelley.me/post/zig-cc-powerful-drop-in-replacement-gcc-clang.html</a></li>
<li><a href="https://gohugo.io/" rel="nofollow">https://gohugo.io/</a></li>
<li><a href="https://www.openapis.org/" rel="nofollow">https://www.openapis.org/</a></li>
<li><a href="https://www.merriam-webster.com/dictionary/apiarist" rel="nofollow">https://www.merriam-webster.com/dictionary/apiarist</a></li>
<li><a href="https://github.com/ityonemo/exonerate" rel="nofollow">https://github.com/ityonemo/exonerate</a></li>
<li><a href="https://hexdocs.pm/exonerate/Exonerate.html" rel="nofollow">https://hexdocs.pm/exonerate/Exonerate.html</a></li>
</ul>

<p><strong>Guest Information</strong></p>

<ul>
<li><a href="https://twitter.com/DNAutics" rel="nofollow">https://twitter.com/DNAutics</a> – on Twitter</li>
<li><a href="https://github.com/ityonemo/" rel="nofollow">https://github.com/ityonemo/</a> – on Github</li>
<li><a href="https://www.youtube.com/channel/UCarZZW7eavljSdGRQx9kkSA/featured" rel="nofollow">https://www.youtube.com/channel/UCarZZW7eavljSdGRQx9kkSA/featured</a> – Isaac&#39;s YouTube channel</li>
</ul>

<p><strong>Find us online</strong></p>

<ul>
<li>Message the show - <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a></li>
<li>Email the show - <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></li>
<li>Mark Ericksen - <a href="https://twitter.com/brainlid" rel="nofollow">@brainlid</a></li>
<li>David Bernheisel - <a href="https://twitter.com/bernheisel" rel="nofollow">@bernheisel</a></li>
<li>Cade Ward - <a href="https://twitter.com/cadebward" rel="nofollow">@cadebward</a></li>
</ul><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://fly.io">Fly.io</a>: <a rel="nofollow" href="https://fly.io">Fly.io is a great place to deploy your next Phoenix application! Check them out!</a></li></ul>]]>
  </itunes:summary>
</item>
  </channel>
</rss>
