/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

laihoconsulting.com
| | www.binovarghese.com
4.0 parsecs away

Travel
| | A higher order function is a function that takes one or more functions as arguments, or returns a function as its result.
| | 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.
| | azdavis.net
4.4 parsecs away

Travel
| | Various varieties of function in programming languages.
| | antoinevastel.com
17.1 parsecs away

Travel
| First post of a series about crawlers. We present how to use Chrome headless with Puppeteer to take screenshots of the home page of the 100 most popular websites.