- Добавил: literator
- Дата: 10-01-2021, 15:33
- Комментариев: 0

Автор: Alexander Aronowitz, John Bach
Издательство: NLN lnc
Год: 2021
Страниц: 385
Язык: английский
Формат: pdf, rtf, epub
Размер: 10.1 MB
Despite being a fast and powerful programming language, Lua is very easy to use and learn. Programmers can easily embed this language into their applications. The basic purpose of Lua’s development was the creation of an embeddable lightweight scripting language that can be used in a variety of programming activities, such as web applications, image processing, and games. Lua designed from the beginning to integrate with software software written in C/C ++ and other common strange languages. There are many benefits to this integration. Lua is a tiny and simple language, partly because it doesn't tries to do what C is already good at, such as speed, low-level operations and interaction with third-party programs parties. Lua relies on C for these tasks. Lua offers something for which C is not good enough: sufficient distance from the hardware go support, dynamic structures, no redundancy and ease of testing and debugging.