Home

Awesome

The Kite Programming Language

Build Status

<p align="center"> <img width="100" src="https://rawgit.com/altschuler/kite/master/logo/logo.svg" alt="Kite logo"/> </p>

Kite is language with a strong emphasis on functional development. It is statically and strongly typed.

Wanna know more about the design and other features? See the wiki.

Installation

Tests

There are two test-suites:

Examples

For a quick example, try running one of the examples in example/.

$ kite examples/Test.kite

The compiler only targets JavaScript, as of now, so make sure you have node installed.

The name of the output file defaults to main, which executes with node.

$ ./main

Read more about the syntax in the wiki or look at some of the examples.

Contribution

Feel free to submit a pull request or issue! We are open to ideas and all kinds of feedback.

Authors

License

This project is licensed under the MIT-license. Read more.