You are here |
kokizzu.blogspot.com | ||
| | | |
aradaelli.com
|
|
| | | | ||
| | | |
jborza.com
|
|
| | | | See the source book Programming in Lua targeted at Lua 5.0. Here are my notes in case I need to come back to it. Ill mostly note the differences to Python as thats what Im used to these days. Chunks Every piece of code is a chunk Semicolons may optionally follow statements This is valid, but ugly: a = 1 b = a*2 Global variables Dont need declaration, just assign a value to create it. | |
| | | |
doughellmann.com
|
|
| | | | ||
| | | |
www.coursereport.com
|
|
| | Ruby vs Python vs JavaScript vs Java vs .NET vs Objective C vs Swift vs Android - how do you choose your first programming language? We're breaking down each language, how beginner-friendly they are, and the salary potential you'll see for each. |