An open API service indexing awesome lists of open source software.

https://github.com/trimorphdev/kunai

The Kunai programming language.
https://github.com/trimorphdev/kunai

Last synced: 10 months ago
JSON representation

The Kunai programming language.

Awesome Lists containing this project

README

          

# kunai
Kunai is a general-purpose statically-typed, type-safe, and garbage collected programming language.

***NOTE: Kunai is heavily WORK IN PROGRESS. Some features may not work as expected, or at all.*** If you find any bugs, feel free to open an issue!

## Building
You can build Kunai by running `build.py` in the Kunai directory, this will output an executable in the `bin` folder. *Note: this requires `Python`, which can be found here: https://www.python.org/*