Basic Concepts

KoiViMa utilizes a few basic concepts:

  1. Follow Korean sentence order: subject object verb. Or easier: Operator comes last.

  2. Everything is an object. Each single object within a piece of code can be executed. DataValues for example put themself onto the stack.

  3. Operators take their operands from the stack and store the result onto the stack. (This is not a must, but it is helpfull)