Skip to content

rey-language/rey

Repository files navigation

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

About

rey is an experimental programming language

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages