Lua: Difference between revisions

From LifeWiki
Jump to navigation Jump to search
Confocal (talk | contribs)
create glossary page
 
Confocal (talk | contribs)
 
Line 6: Line 6:
* Built-in help in Golly (Help → Lua Scripting, Help → Overlay)
* Built-in help in Golly (Help → Lua Scripting, Help → Overlay)
* {{LinkForumThread|f=9|t=3995|p=76873|title=NewCA.lua}}
* {{LinkForumThread|f=9|t=3995|p=76873|title=NewCA.lua}}
* [[HatLife]]
* [[Glu]]

Latest revision as of 16:39, 11 May 2023

This article is a stub. You can help LifeWiki by expanding it.

Lua is a scripting language which can be used to extend Golly's capabilities. Golly uses a statically embedded Lua interpreter to execute .lua scripts. The "Scripts" folder supplied with Golly contains a number of example Lua scripts.

See also