|
You are here |
golangbot.com | ||
| | | | |
wimvanderbauwhede.github.io
|
|
| | | | | A brief introduction into function types, with a way to implement them in Raku and examples in many languages. | |
| | | | |
www.baturin.org
|
|
| | | | | ||
| | | | |
www.alexedwards.net
|
|
| | | | | ||
| | | | |
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. | ||