Hacker News new | ask | show | jobs
by ryanmk 4044 days 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.
1 comments

Lua is an underrated gem in my opinion if it comes to scripting.