6 ms·
I use lua for most scripting. A big reason for this is that the entire lua environment is in lua.exe. This allows for me to distribute scripts easily without
by ryanmk 11y ago
I use lua for most scripting. A big reason for this is that the entire lua environment is in lua.exe. This allows for me to distribute scripts easily without having to include a C++ installer with them.
- edem 11y agoLua is an underrated gem in my opinion if it comes to scripting.