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

https://github.com/rey-language/rey

rey is an experimental programming language
https://github.com/rey-language/rey

compiler interpreter language-design programming-language

Last synced: 14 days ago
JSON representation

rey is an experimental programming language

Awesome Lists containing this project

README

          

# rey

rey is an experimental programming language.

## rey rules
1. variables are declared using `var`
2. the language is dynamic by default
3. type annotations are optional
4. if a type is specified, it is enforced at compile time
5. if no type is specified, the compiler infers it and may emit warnings
6. once a type is specified, it cannot change
7. rey is designed to be simple and easy to learn