# Lua
I never knew what Lua was capable of until looking into Neovim introduced it to me. Now I see it's potential and enjoy thoroughly how fast it can be. Using it as a major language doesn't make sense, as that would be turning it into Python. And Python already does well, considering it's dynamically typed **and** works off of C, but if Lua could do what Python did, wouldn't they just begin to match in terms of speed and overhead?
I think Lua has it's place where it is, as a configuration language as well as embedded scripting for bring some dynamic changes to a something compiled and fast without needing to re-compile all the time.
More to come here as I learn and use it more and more.