The official interpreter for the Pix programming language.

Pix

  • Pix is a programming language dedicated to readable syntax and usability

Q) Is Pix the most performant or resourceful programming language out there?

A) Absolutely not, Pix is just a programming language with the minimums to count as one. It is also to test out my Python skills and learn more, while being an absolutely fun project.

Installation

  • You can install the latest version of Pix directly from the releases section in Github.

Building and running Pix locally

  • Build requirements: python 3, pip
  • git clone https://github.com/pix-lang/pypix Clone the github repository
  • cd pypix Go into the directory
  • pip install -r requirements.txt Get the necessary packages
  • Edit the Examples/hello.pix file and try writing some Pix code
  • python -m Pix.interpreter examples/hello.pix run your code

Contributing

  • For details on how to make acceptable contributions, please look at -> Contributing

GitHub

GitHub - pix-lang/pypix: The Official interpreter for the Pix programming language.
The Official interpreter for the Pix programming language. - GitHub - pix-lang/pypix: The Official interpreter for the Pix programming language.