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.
- Host: GitHub
- URL: https://github.com/zypeh/keel
- Owner: zypeh
- License: mit
- Created: 2018-12-07T16:47:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T16:47:23.000Z (over 7 years ago)
- Last Synced: 2025-06-12T07:13:03.734Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.