leo/README.md

23 lines
884 B
Markdown
Raw Normal View History

2020-05-21 21:03:43 +03:00
# The Leo Programming Language
2020-06-16 22:55:59 +03:00
2020-07-05 22:04:33 +03:00
![CI](https://github.com/AleoHQ/leo/workflows/CI/badge.svg)
2020-06-23 02:01:54 +03:00
[![codecov](https://codecov.io/gh/AleoHQ/leo/branch/master/graph/badge.svg?token=S6MWO60SYL)](https://codecov.io/gh/AleoHQ/leo)
2020-06-30 04:37:52 +03:00
2020-08-18 03:02:21 +03:00
# Overview
Welcome to the Leo programming language. Leo is a functional, statically-typed programming language built for writing private applications.
2020-04-24 03:43:58 +03:00
2020-08-18 03:02:21 +03:00
The syntax of Leo is influenced by JavaScript, Python, Scala, and Rust with a strong emphasis on readability and ease-of-use.
2020-04-24 03:43:58 +03:00
2020-08-18 03:02:21 +03:00
Leo exists to provide a simple high-level language that compiles to a rank one constraint system (R1CS) circuit. With Leo, you can write circuits to support zero-knowledge tokens, private stable coins, and decentralized marketplaces.
2020-04-24 03:43:58 +03:00
2020-08-18 03:02:21 +03:00
# Download
Download the binary for your operating system [here](https://github.com/AleoHQ/leo/releases/tag/v0.1.9)
2020-04-24 03:43:58 +03:00
2020-08-18 03:02:21 +03:00
# Build
2020-05-21 21:03:43 +03:00
2020-08-18 03:02:21 +03:00
WIP
2020-05-21 21:03:43 +03:00
2020-08-18 03:02:21 +03:00
# Quick Start
2020-04-24 03:43:58 +03:00
2020-08-18 03:02:21 +03:00
WIP