/Kode

Programming Language Kode

Primary LanguageGo

Kode Programming Language Logo

Description


Kode is a dynamic and lightweight programming language.

Installation


Windows

  1. Clone the repository.
  2. Install Go from this link.
  3. Build and compile the project in the CLI using the custom script provided.
cd Kode/
build.bat
  1. Navigate inside the distribution directory to find the executable.
cd dist/
  1. (Optional) Add the executable kode.exe to the environment path as explained here.
  2. Run applications in the CLI using kode -run <path to the application>.

macOS

Coming soon...

Linux

Coming soon...