Issue of programming language TIL 0.2

In the framework of the project til it develops an interpretable programming language created by the language of TCL and almost completely coinciding with it by syntax. The language is aimed at writing command scenarios and provides simplicity of syntax expansion. The code of the interpreter is written in the D language, which can also be used to develop modules that expand the capabilities of TIL.

The interpreter works in asynchronous mode and allows you to easily generate File File Files ( Fiber ), and also provides a mechanism For data processing by analogy with unnamed channels (for example, you can write “Range 0 5 | Foreach X {io.out $ x}”, though the code in curly brackets is processed in TIL as a separate subroutine). A feature of the language is also some Hard restrictions syntax, for example, the separator can be only one space (two or more spaces perceived as an error), it is prohibited to use a tab symbol, names cannot include symbols in the upper case.

/Media reports.