Koltic is a programming language designed to be rigorous during compilation. It has a built-in compilation tool called the Koltic Compiler. Koltic itself is compiled into bytecode targeted for the LightVM virtual machine.
For packages in NPM
# Install globally
npm install -g koltic
# Install locally
npm install -D kolticFor packages in Yarn
# Install globally
yarn global add koltic
# Install locally
yarn add kolticRunning a code
koltic --r main.ltCompile a code
koltic -c main.ltWe have provided rules and standards for contributing to the Koltic project that you can follow to get started contributing.