Tag / lua

Lua - garbage collector

C programmers think memory management is too important to be left to the computer. Lisp programmers think memory management is too important to be left to the user. Lets see what Lua programmers think on this topic. Paweł ŁukasikFounder of Octal Solutions a .NET software house. Passionate dev, blogger, occasionally speaker, one of the leaders […]

Lets start coding. After setting up our environment for macOS and Windows it’s time to write code. Lets keep the tradition live and as the first program we will write “Hello World” application. Paweł ŁukasikFounder of Octal Solutions a .NET software house. Passionate dev, blogger, occasionally speaker, one of the leaders of Wroc.NET user group. Microsoft MVP. […]

The last time I’ve managed to setup Lua environment on macOS. Now lets try to see if we can do the same on Windows. Paweł ŁukasikFounder of Octal Solutions a .NET software house. Passionate dev, blogger, occasionally speaker, one of the leaders of Wroc.NET user group. Microsoft MVP. Podcaster – Ostrapila.pl

In the last post we checked what Lua is and what features it contains. In this one let’s try to configure our environment. Paweł ŁukasikFounder of Octal Solutions a .NET software house. Passionate dev, blogger, occasionally speaker, one of the leaders of Wroc.NET user group. Microsoft MVP. Podcaster – Ostrapila.pl

It looks like I will need some Lua experience for home automation scripting in a few months from now so I decided that it would be nice new language to learn in 2017. I’ll record my journey here, on this blog – if you want to learn it too – you are welcome to join me. If you […]