DOI - Vydavatelství Mendelovy univerzity v Brně

Identifikátory DOI

ISBN online: 978-80-7509-893-1 | DOI: 10.11118/978-80-7509-893-1

Algorithmization and Programming in Lua

Study text

Tomáš Hála

The text covers the Lua programming language, describing its basic features – data types, commands, structures, and appropriate procedures of their use. However, it should not be considered as a textbook only of programming language, since mere knowledge of the elements of a programming language does not effective use of the computer. Therefore, the emphasis in this textbook is on the correct application of the principles of algorithmization and on the knowledge and use of basic algorithms.
The purpose of this book is to provide guidance on how to create useful, yet simple programs, especially for their own use, i.e. programs with easy control. In the explanation in this text, it is assumed that the reader already has the basic experience with operating computer software, especially with operating system and the editor.

1. vydání, online: 2022, vydavatel: Mendel University in Brno



Reference

  1. Ierusalimschy, Roberto. Lua 5.4 Reference Manual [on-line]. In Lua.org. [s. l.] : PUC Rio, 2020-2022 [cit. 2022-11-30]. Dostupné na: https://www.lua.org/manual/5.4/
  2. Ierusalimschy, Roberto. Programming in Lua. [s. l.] : Lua.org, 2016. 388 s. ISBN 8590379868.
  3. Ierusalimschy, Roberto; de Figueiredo, Luiz Henrique; Celes, Waldemar. The Evolution of Lua [on-line]. [2007]. [cit. 2022-11-30]. Dostupné na: www.tecgraf.puc-rio.br/~lhf/ftp/doc/hopl.pdf Přejít k původnímu zdroji...
  4. Lua Documentation [on-line]. In Lua.org. 2021 [cit. 2022-02-15]. Dostupné na: https://www.lua.org/docs.html
  5. Lua - Math library [on-line]. In TutorialsPoint. [s. d.] [cit. 2022-08-11]. Dostupné na: https://www.tutorialspoint.com/lua/lua_math_library.htm
  6. luac - Lua compiler [on-line]. In Lua 5.3 Reference Manual. 25 Aug 2020 [cit. 2022-02-17]. Dostupné na: https://www.lua.org/manual/5.3/luac.html