How hard is it to put a simple hello world example on the homepage.
Well. You’d have to demonstrate that a[1] is the first offset in an array, and it’s not a great curb appeal to anyone who has programmed computers before.
If you ever want to look at example code, try going to rosettacode instead of the handpicked selection on the homepage of many websites.
Because Lua's Hello World is just `print("hello, world")`, which looks a lot like Python and doesn't tell you much about actually using the language.