<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Lua on saoe: The Nifty Oddity</title>
    <link>https://www.saoe.net/tags/lua/</link>
    <description>Recent content in Lua on saoe: The Nifty Oddity</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <managingEditor>info@saoe.net (Sascha Offe)</managingEditor>
    <webMaster>info@saoe.net (Sascha Offe)</webMaster>
    <copyright>© 2013-2024 Sascha Offe</copyright>
    <lastBuildDate>Wed, 31 Dec 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.saoe.net/tags/lua/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Calling a Lua/C&#43;&#43; function from C&#43;&#43;/Lua code</title>
      <link>https://www.saoe.net/blog/cpp-and-lua-call-function/</link>
      <pubDate>Sat, 03 May 2025 19:40:00 +0200</pubDate><author>info@saoe.net (Sascha Offe)</author>
      <guid>https://www.saoe.net/blog/cpp-and-lua-call-function/</guid>
      <description>&lt;p&gt;&lt;small&gt;(Part 3 of my little series on &amp;ldquo;Lua&amp;rdquo;)&lt;/small&gt;&lt;/p&gt;&#xA;&lt;p&gt;Another post in my series on how to use C++ with Lua; this time it&amp;rsquo;s about calling a function of one language from code of the other language.&lt;/p&gt;</description>
    </item>
    <item>
      <title>A C&#43;&#43; program that calls a Lua script</title>
      <link>https://www.saoe.net/blog/run-lua-script-from-cpp-program/</link>
      <pubDate>Mon, 21 Apr 2025 20:27:18 +0200</pubDate><author>info@saoe.net (Sascha Offe)</author>
      <guid>https://www.saoe.net/blog/run-lua-script-from-cpp-program/</guid>
      <description>&lt;p&gt;&lt;small&gt;(Part 2 of my little series on &amp;ldquo;Lua&amp;rdquo;)&lt;/small&gt;&lt;/p&gt;&#xA;&lt;p&gt;Alright, so after &lt;a href=&#34;https://www.saoe.net/blog/building-lua&#34;&gt;preparing &lt;em&gt;Lua&lt;/em&gt;&lt;/a&gt;, here are&#xA;a few small first step on how to make use of this language within a C++ context.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Building Lua (on Windows, with Visual Studio)</title>
      <link>https://www.saoe.net/blog/building-lua/</link>
      <pubDate>Sat, 12 Apr 2025 21:01:40 +0200</pubDate><author>info@saoe.net (Sascha Offe)</author>
      <guid>https://www.saoe.net/blog/building-lua/</guid>
      <description>&lt;p&gt;&lt;small&gt;(Part 1 of my little series on &amp;ldquo;Lua&amp;rdquo;)&lt;/small&gt;&lt;/p&gt;&#xA;&lt;p&gt;Although one can get pre-built binaries of the &lt;a href=&#34;https://www.lua.org/&#34; target=&#34;_blank&#34;&gt;Lua&lt;/a&gt; (programming language) interpreter, to me that seems to be just a semi-offical or lackluster way.&lt;br&gt;&#xA;But luckily, building it yourself from source is very easy (especially with the help of &lt;a href=&#34;https://blog.spreendigital.de/2020/05/21/how-to-compile-lua-5-4-0-for-windows/&#34; target=&#34;_blank&#34;&gt;this post from Dennis D. Spreen&lt;/a&gt;).&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
