Learn Lua in 15 Minutes
tylerneylon.com
Learn Lua in 15 Minutes
1–10 of 99 posts
Re: Learn Lua in 15 Minutes
#2Re: Learn Lua in 15 Minutes
#3Re: Learn Lua in 15 Minutes
#4Having a great tool that gives great feedback right away makes learning a language more fun IMO.
Re: Learn Lua in 15 Minutes
#5I love this. I'd like/pay to have a consistent library of exactly this for other languages.
Here's one
Re: Learn Lua in 15 Minutes
#6Re: Learn Lua in 15 Minutes
#7I would like to say that the easiest way for me to learn lua really fast was to build games with Corona using lua. Having a great tool that gives great feedback right away makes learning a language more fun IMO.
After learning Lua I also suggest to take a look at MoonScript[2] a dynamic scripting language that compiles into Lua, you can think about it as the CoffeeScript of Lua.
Re: Learn Lua in 15 Minutes
#8Re: Learn Lua in 15 Minutes
#9I love this - if every language could have something like this written up it would be amazing. It just about fits into my attention span!
Python is actually much bigger nowadays -- I would challenge someone to come up with something this simple that doesn't leave out a lot of stuff you will encounter in real code.
The extra features ("bloat") do matter. I like the idea of Lua a lot, but when I started programming in it, it unfortunately felt like a less capable Python to me.
Re: Learn Lua in 15 Minutes
#10On that note, I don't understand all the javascript craze. Lua has been around for quite some time, and it's small, with well-defined semantics, a nice set of features, the interpreter is small and very fast, you can get even faster with LuaJIT, etc. Browsers should have adopted that ages ago.