|
You are here |
laihoconsulting.com | ||
| | | | |
blog.bittersweetryan.com
|
|
| | | | | In functional programming a map function is a way to create an array by passing each element of the array into a function. Mapping function... | |
| | | | |
azdavis.net
|
|
| | | | | Various varieties of function in programming languages. | |
| | | | |
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. | |
| | | | |
jaredsinclair.com
|
|
| | | |||