free html templates
Mobirise

Here you can find all links from the footnotes and the appendix of the book.



The Homepage of Hammerspoon:
http://hammerspoon.org

The Lua sources of my spoons on GitHub:
https://github.com/schilken/spoons

The Lua source code of my configuration file init.lua and all modules used:
https://github.com/schilken/dot-hammerspoon

The reference manuals for all versions of the Lua language, technical documentation, scientific publications can be found on the Lua.org website:
https://www.lua.org/docs.html

The main academic work on Lua discusses the philosophy behind her design in: Lua - an extensible extension language:
https://www.lua.org/spe.html

The following page provides a very good overview of the language:
https://learnxinyminutes.com/docs/de-de/lua-de/ 

Search patterns (regular expressions) are very well summarized here:
http://lua-users.org/wiki/PatternsTutorial

The Wiki on lua-users.org is a very good collection of overviews, tutorials and articles about special topics for the Lua programming language:
http://lua-users.org/wiki/LuaDirectory
http://lua-users.org/wiki/StringLibraryTutorial
http://lua-users.org/wiki/PatternsTutorial
http://lua-users.org/wiki/TableLibraryTutorial
http://lua-users.org/wiki/MathLibraryTutorial
http://lua-users.org/wiki/OsLibraryTutorial
http://lua-users.org/wiki/LuaLocales

The documentation of the Hammerspoon API with its functions, methods and constants:
 http://www.hammerspoon.org/docs/hs.html

Some blog entries by Diego Zamboni have Lua and Hammerspoon on the subject:
http://zzamboni.org/post/

The list of applications with embedded Lua environment:
https://en.wikipedia.org/wiki/List_of_applications_using_Lua

The ZeroBrane pages with tutorials about the IDE and the Lua language:
https://studio.zerobrane.com/documentation
https://studio.zerobrane.com/doc-lua-quick-start-guide

The size of a minimal Lua environment comes from here:
https://www.lua.org/notes/ltn002.html

The eLua project is working on an optimized Lua version for microcontrollers. The last update of the project pages seems to be from 2015. However, the associated project on GitHub is still under development:
http://www.eluaproject.net/