Explore >> Select a destination


You are here

laihoconsulting.com
| | blog.bittersweetryan.com
3.4 parsecs away

Travel
| | 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
4.4 parsecs away

Travel
| | Various varieties of function in programming languages.
| | jborza.com
3.9 parsecs away

Travel
| | 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
50.0 parsecs away

Travel
|