Each example comes with an explanation, written in plain English about what the scripts do, step by step. Instead of trying to exploit powerful features of the language, example implementations try to be simple.
The list below is ordered from the least complex to the most complex examples. Column lvl is the complexity score. The less the score is, the simpler the example is.
lvl | example | languages | description |
---|---|---|---|
10 | hello world (text, log) | awk js lua perl python ruby sh stutter tcl | Create a new action hello() that prints "Hello world!" in the message log. |