The nap scripting language is an object oriented scripting language which brings together the best features of various scripting languages found on different platforms. 
The nap-script is a C like programming and scripting language with the following characteristics:
    - compiles into bytecode
    - it runs in a virtual machine
    - can be executed standalone or embedded in C/C++ code
    - has a well defined assembly language
    - can do runtime compilation
    - has a syntax very...