Scol standard library package  0.3.1
Common and usefull functions for all Scol applications
Introduction

Scol is a free programing language. The license can be found in the official web site : http://www.scolring.org

Scol is a free, fonctionnal, high level, interpreted, polymorphic and asynchronous language. Its typing is mainly static and done by inference of type.

Scol is under development, it should be multiplatform ultimately. Like Java or Python, Scol runs in a virtual machine (VM) and each Scol application runs in a child virtual machine. A VM can communicate with another VM. A full VM takes 15 to 25 MB in memory (more if extensions are added).

Scol has two 3d engine. The legacy engine, very old, is not used to the new applications. The second, newer, is totally based on Ogre3d. It is much more powerful and has a much better rendering. Today, Scol is used rather in the 3d real time, interactive and multi-user application. Applications can be off- or on-line.

However, multimedia, graphics, database, ... libraries are in the standard release : other applications are possibles !

More informations, documentations and tutorials can be found in the official website : http://www.scolring.org

Now you can proceed to the Advanced libraries uses.