Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 653 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 653 Bytes

Contributing

Thanks for showing interest in Binary++! All contributions are welcome as long as they follow the Binary++ vision!

Binary++ Vision

Binary++ aims to be a minimalistic but complex language. Features should only be added if they don't already have a current alternative or they would be very beneficial to add.

Currently, there is no clear outline for what will or will not get accepted.

  • Depend on zero dependencies unless absolutely necessary.

Coding style

Binary++ follows the Black coding style and the PEP 8 naming conventions.