A step-by-step guide how to compile the Lua programming language interpreter for MS-DOS or FreeDOS.
How to compile Lua 5.4.4 using Borland Turbo C 2.01 on FreeDOS 1.3.
A comprehensive step-by-step guide on transforming Neovim into a fully functional Integrated Development Environment (IDE) specifically tailored for Lua development.
While testing the Markdown files generated by pandoc in Hugo, I realized I had some duplicate content that was making the individual posts very difficult to read. After careful reading of the pandoc Manual I discovered to my sadness that there was no built-in way to remove the content I did not want 😉. The only option then was to write pandoc filters. Now pandoc has libraries that allow you to write filters in pretty much any modern language but out of the box, it supports filters written in Lua.
Bei Pandoc 3.4 gehören die Lua-Filter in den Unterordner filters, also z. B. ~/.local/share/pandoc/filters
