The official lua website is a pretty good place to go! As well as lua users & tutorials point has a really good tutorial for lua too! The official site may be hard to understand at time (it was for me at least) but that’s why I gave you the other two. they’ll explain it simpler/better than the official site may sometimes. Hope this helps! - Source: Reddit / 5 days ago
1) Who Should Sign Up? - People with no, little, or intermediate skills in programming or PICO-8. 2) What Will We Cover? - Fantasy Console Paradigm: The Full Overview of What PICO-8 can do. - Lua and the uses of its modified API within PICO-8. Programming, 101. 3) What to Expect - A full game all your own! - Brought together in a 4-8 classes, in live teaching sessions in which you can interact with... - Source: Reddit / 21 days ago
I have tried a few thins but no luck and found nothing on the web, also looks as if lua.org main forums no longer exist. - Source: Reddit / 3 months ago
Not at all! Lua, for instance, starts indexing at 1. I don't like it personally, but Lua obviously exists and is quite popular. - Source: Reddit / 3 months ago
Many people recommend to learn lua before starting with scripting, but I think this is a bit unnecessary if you actually know other languages. - Source: Reddit / 4 months ago
Hello cohenan1941, I don’t unfortunately know how to use Lua with word of Warcraft. However I can help your project with any bare bones lua. Here are some great sites to learn lua: Lua.org Tutorialspoint. - Source: Reddit / 4 months ago
Https://lua.org is the official Lua site and has some really useful info so it’s worth reading up on. - Source: Reddit / 7 months ago
Why not do it yourself learn Lua today. - Source: Reddit / 8 months ago
While the Lua.org website is simple and easy to use, are there any plans to modernize the site and make it more mobile-friendly? - Source: Reddit / 8 months ago
I'd like to know which you prefer to write more: Wren Or Lua As a scripting language for configuration. Like you configure awesome in lua. - Source: dev.to / 9 months ago
Please stop this stuck in the mud nonsense. Anyone stumbling upon lua.org might think the project is dead already. The material is great, close to the best, but its presentation is pure shite. Not mobile friendly (what kinds of device do you think the majority of people in the Global South use?). We live in a world of code highlighting, none of that in PiL. We live in a world where Fengari allows Lua to run in the... - Source: Reddit / 10 months ago
With Folia, you can write interactive, branching stories using a simple syntax based on Lua. Folia presents your game in a two-page 'storybook' format, with one leaf dedicated to a scrolling log of text, and the other displaying images. You can make your story as simple or complex as you like, with the full power of Lua available whenever you need it. When you're done, you can upload your finished game to itch.io... - Source: Reddit / 10 months ago
. - Source: Reddit / about 1 year ago
Lua.org should cover most of your basic needs. Here is a beginner-friendly introduction to the language: https://www.lua.org/pil/1.html. - Source: Reddit / over 1 year ago
The thing is: I'm one of those people who will get bored of the basics that are pissing me off so the thing with lua.org wont be useful, and I don't think people in developer.roblox.com will be like "ah yes we will help you make hacks". - Source: Reddit / over 1 year ago
Well you can get more info at lua.org and from developer.roblox.com. - Source: Reddit / over 1 year ago
Try to use the documentation directly. A few useful sources are https://lua.org and https://developer.roblox.com. - Source: Reddit / almost 2 years ago
Semi-random, but I would recommend reading, compiling, and trying to understand the Lua codebase. - Source: Reddit / almost 2 years ago
I'd reccomend using Lua as a first language, the syntax is simple, the interpreter is fast af (even faster with LuaJIT, the just-in-time compiler for Lua), very readable code, the libraries don't break, and is very small and portable, and is popularly used in the game development industry. - Source: Reddit / almost 2 years ago
Btw, you are gonna need to have some experience in the Lua programming language (or just programming in general), however it is easy to learn (lua.org ). - Source: Reddit / almost 2 years ago
I totally agree, the official documentation is useful is you already know other programming languages. However, it is very good and didactical. In Lua.org you can find the book from the author of the language. It is in https://www.lua.org/pil/contents.html (Programming in Lua - PIL). You can find, too, the reference documentation on https://www.lua.org/docs.html. I learnt Lua from these sources. You can find... - Source: Reddit / almost 2 years ago
Do you know an article comparing Lua to other products?
Suggest a link to a post with product alternatives.