Jump to content

Help talk:Lua for beginners

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

See also section

[edit]

Should there be a see also section with links to sister projects where people can learn more about Lua? --darklama 23:37, 2 June 2014 (UTC)[reply]

Lua (programming language) Help

[edit]

This Help is about Lua script, aka Lua (programming language). — Preceding unsigned comment added by Dthomsen8 (talkcontribs) 13:32, 12 September 2016 (UTC)[reply]

Tail calls are not the same as functions returning functions

[edit]

Tail calls and functions as values (including the ability to return functions from functions) are two completely distinct concepts. More than one place in the article I have seen these two concepts being treated as identical. Maybe I'll try to fix this, but right now I just wanted to state the fact here. --Jhertel (talk) 12:34, 27 October 2017 (UTC)[reply]

I removed the two parts now. --Jhertel (talk) 12:40, 27 October 2017 (UTC)[reply]