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

https://github.com/zypeh/keel

Keel is a programming language, aiming to make programmers more productive and feel smart.
https://github.com/zypeh/keel

Last synced: 19 days ago
JSON representation

Keel is a programming language, aiming to make programmers more productive and feel smart.

Awesome Lists containing this project

README

          



## Introduction
**Keel** is a programming language, aiming to make programmers more productive and feel smart.

## Building & Running
To build this project you need Rust and Cargo.

```sh
git clone https://github.com/zypeh/keel.git
cd keel

# Install or build
cargo build
cargo install
```

## License
[MIT](https://opensource.org/licenses/MIT), read LICENSE file.