DINO is a high level dynamic-typed scripting language. DINO is designed taking such design principles as simplicity, uniformity, and expressiveness into account. Dino is oriented on the same domain of applications as the famous scripting languages Perl, TCL, and Python. Most programmers know the C programming language. Therefore Dino aims to look like C where it is possible. Dino is an object oriented language with garbage collection. Dino has possibilities of parallelism description and exception handling. Dino is an extensible language with the possibility of dynamic loading of libraries written on other languages. The high level structures of Dino are
This document is not intended for use as a programmer's tutorial. It is a concise description of the language DINO and can be used as a programmer's reference.