By: | Ilya Chesnokov (ichesnokov) from Moscow.pm |
---|---|
Date: | Friday, 17 August 2018 10:10 |
Duration: | 50 minutes |
Target audience: | Any |
Language: | English |
You can find more information on the speaker's site:
In my talk I'll describe what traps and pitfalls I got into while using Lua while trying to write a stock trading bot. I'll talk about those parts of Lua language and infrastructure that are familiar for Perl programmer, and those that are less so.
Topics that I'm going to cover (in more or less detail) are:
* Installation of Lua interpreter itself and necessary tooling to build and compile modules
* Infrastructure elements (installation of modules, documentation, etc)
* General overview of a language, similarities and differences to Perl
* More specific subjects like object-oriented programming and testing