Sygmei / LuaTalk

Code examples used in my Lua talk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LuaTalk

Summary

Issues

Feel free to report any issues about the talk :)

It could be :

  • Typos in the slides / README
  • Things that are wrong or outdated
  • Suggestions or improvements

Downloads

Next steps

  • functions with _ENV as parameter
  • Closures
  • Garbage collector
  • __index and __newindex (in details)
  • <const> and <toclose>
  • C API

Credits

Talk by @Sygmei

Icons in the slide are from flaticon.

Thanks to Tyler Neylon and his "Lua in 15 minutes" that was a good inspiration.

Special thanks to @EliasDaler for his really cool article about coroutines : https://eliasdaler.github.io/how-to-implement-action-sequences-and-cutscenes/

About

Code examples used in my Lua talk

License:MIT License


Languages

Language:Lua 100.0%